MCPcopy Index your code
hub / github.com/modelcontextprotocol/typescript-sdk / getClientCapabilities

Method getClientCapabilities

src/server/index.ts:456–458  ·  view source on GitHub ↗

* After initialization has completed, this will be populated with the client's reported capabilities.

()

Source from the content-addressed store, hash-verified

454 * After initialization has completed, this will be populated with the client's reported capabilities.
455 */
456 getClientCapabilities(): ClientCapabilities | undefined {
457 return this._clientCapabilities;
458 }
459
460 /**
461 * After initialization has completed, this will be populated with information about the client's name and version.

Callers 4

index.test.tsFile · 0.80
mcp.test.tsFile · 0.80
createMessageStreamMethod · 0.80
elicitInputStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected