@agorio/sdkDocs


Interface: UcpClientOptions

Properties

fetch?

optional fetch: any

Custom fetch implementation for testing

Defined in

src/types/index.ts:377


headers?

optional headers: Record<string, string>

Custom headers to include in all requests

Defined in

src/types/index.ts:379


preferredTransport?

optional preferredTransport: TransportPreference

Transport preference: ‘auto’ tries MCP then REST, ‘rest’ or ‘mcp’ forces one (default: ‘auto’)

Defined in

src/types/index.ts:381


timeoutMs?

optional timeoutMs: number

Request timeout in ms (default: 30000)

Defined in

src/types/index.ts:375