MCPcopy Index your code
hub / github.com/simstudioai/sim / hasListChangedCapability

Method hasListChangedCapability

apps/sim/lib/mcp/client.ts:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238 }
239
240 hasListChangedCapability(): boolean {
241 return !!this.client.getServerCapabilities()?.tools?.listChanged
242 }
243
244 /** Chains with the SDK's internal onclose handler so its cleanup still runs. */
245 onClose(callback: () => void): void {

Callers 1

connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected