@agorio/sdk • Docs
Interface: McpClientOptions
Properties
endpoint
endpoint:
string
MCP JSON-RPC endpoint URL
Defined in
src/types/index.ts:353
fetch?
optionalfetch:any
Custom fetch implementation for testing
Defined in
src/types/index.ts:357
headers?
optionalheaders:Record<string,string>
Custom headers to include in all requests
Defined in
src/types/index.ts:359
timeoutMs?
optionaltimeoutMs:number
Request timeout in ms (default: 30000)
Defined in
src/types/index.ts:355