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

Function capabilitySnapshot

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

Source from the content-addressed store, hash-verified

180};
181
182const capabilitySnapshot = (server: McpServer) => ({
183 clientCapabilities: server.server.getClientCapabilities() ?? null,
184 elicitationSupport: getElicitationSupport(server),
185});
186
187type ElicitInputParams =
188 | {

Callers 1

createExecutorMcpServerFunction · 0.85

Calls 1

getElicitationSupportFunction · 0.85

Tested by

no test coverage detected