MCPcopy
hub / github.com/mayneyao/eidos / TransportConfig

Interface TransportConfig

packages/client/src/transport.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 */
5
6export interface TransportConfig {
7 endpoint: string
8 timeout?: number
9 fetch?: typeof fetch
10 apiKey?: string
11}
12
13export interface TransportPort {
14 onmessage: ((event: { data: any }) => void) | null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected