@agorio/sdk • Docs
Interface: UcpClientOptions
Properties
fetch?
optionalfetch:any
Custom fetch implementation for testing
Defined in
src/types/index.ts:377
headers?
optionalheaders:Record<string,string>
Custom headers to include in all requests
Defined in
src/types/index.ts:379
preferredTransport?
optionalpreferredTransport:TransportPreference
Transport preference: ‘auto’ tries MCP then REST, ‘rest’ or ‘mcp’ forces one (default: ‘auto’)
Defined in
src/types/index.ts:381
timeoutMs?
optionaltimeoutMs:number
Request timeout in ms (default: 30000)
Defined in
src/types/index.ts:375