@agorio/sdkDocs


Interface: McpClientOptions

Properties

endpoint

endpoint: string

MCP JSON-RPC endpoint URL

Defined in

src/types/index.ts:353


fetch?

optional fetch: any

Custom fetch implementation for testing

Defined in

src/types/index.ts:357


headers?

optional headers: Record<string, string>

Custom headers to include in all requests

Defined in

src/types/index.ts:359


timeoutMs?

optional timeoutMs: number

Request timeout in ms (default: 30000)

Defined in

src/types/index.ts:355