MCPcopy
hub / github.com/TanStack/ai / getConnectionStatus

Method getConnectionStatus

packages/ai-client/src/chat-client.ts:1403–1405  ·  view source on GitHub ↗

* Get current connection lifecycle status

()

Source from the content-addressed store, hash-verified

1401 * Get current connection lifecycle status
1402 */
1403 getConnectionStatus(): ConnectionStatus {
1404 return this.connectionStatus
1405 }
1406
1407 /**
1408 * Whether the shared session is actively generating.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected