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

Function capabilitySnapshot

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

Source from the content-addressed store, hash-verified

141};
142
143const capabilitySnapshot = (server: McpServer) => ({
144 clientCapabilities: server.server.getClientCapabilities() ?? null,
145 elicitationSupport: getElicitationSupport(server),
146});
147
148type ElicitInputParams =
149 | {

Callers 1

createExecutorMcpServerFunction · 0.85

Calls 1

getElicitationSupportFunction · 0.85

Tested by

no test coverage detected