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

Method getNegotiatedVersion

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

Source from the content-addressed store, hash-verified

262 }
263
264 getNegotiatedVersion(): string | undefined {
265 const serverVersion = this.client.getServerVersion()
266 return typeof serverVersion === 'string' ? serverVersion : undefined
267 }
268
269 getSessionId(): string | undefined {
270 return this.transport.sessionId

Callers 2

callToolMethod · 0.95
route.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected