axApplyMCPAuthentication
function axApplyMCPAuthentication(
url: string,
init: Readonly<RequestInit>,
authentication?: AxMCPAuthentication): Promise<{
init: RequestInit;
url: string;
}>;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/mcp/authentication.ts#L136
Parameters
| Parameter | Type |
|---|---|
url | string |
init | Readonly<RequestInit> |
authentication? | AxMCPAuthentication |
Returns
Promise<{
init: RequestInit;
url: string;
}>