MCPcopy Create free account
hub / github.com/modelcontextprotocol/typescript-sdk / getServerVersion

Method getServerVersion

src/client/index.ts:547–549  ·  view source on GitHub ↗

* After initialization has completed, this will be populated with information about the server's name and version.

()

Source from the content-addressed store, hash-verified

545 * After initialization has completed, this will be populated with information about the server's name and version.
546 */
547 getServerVersion(): Implementation | undefined {
548 return this._serverVersion;
549 }
550
551 /**
552 * After initialization has completed, this may be populated with information about the server's instructions.

Callers 2

index.test.tsFile · 0.80
title.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected