MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / isReady

Method isReady

src/mcp/client.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 isReady(): boolean {
67 return this.state === 'ready';
68 }
69
70 async start(): Promise<void> {
71 if (this.state !== 'stopped' && this.state !== 'failed') {

Callers 2

executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected