MCPcopy Create free account
hub / github.com/TanStack/ai / getInfo

Method getInfo

packages/ai-mcp/src/client.ts:106–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 }
105
106 getInfo(): {
107 transport: TransportConfig | undefined
108 prefix: string | undefined
109 } {
110 return { transport: this.#transport, prefix: this.prefix }
111 }
112
113 async connect(transport: Transport): Promise<void> {
114 try {

Callers 3

getServersFunction · 0.80
buildRegistryFunction · 0.80
client.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected