MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / capabilitySnapshot

Function capabilitySnapshot

packages/hosts/mcp/src/tool-server.ts:314–317  ·  view source on GitHub ↗
(server: McpServer)

Source from the content-addressed store, hash-verified

312};
313
314const capabilitySnapshot = (server: McpServer) => ({
315 clientCapabilities: server.server.getClientCapabilities() ?? null,
316 elicitationSupport: getElicitationSupport(server),
317});
318
319type ElicitInputParams =
320 | {

Callers 1

syncToolAvailabilityFunction · 0.85

Calls 1

getElicitationSupportFunction · 0.85

Tested by

no test coverage detected