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

Function decodeListToolsPage

packages/plugins/mcp/src/sdk/manifest.ts:69–70  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

67const decodeServerInfo = Schema.decodeUnknownOption(ServerInfo);
68
69export const decodeListToolsPage = (value: unknown): Option.Option<McpListToolsPage> =>
70 decodeListToolsPageOption(value);
71
72// ---------------------------------------------------------------------------
73// Tool ID sanitization

Callers 1

listAllToolsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected