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

Function toolNames

packages/plugins/mcp/src/sdk/catalog-sync.test.ts:68–69  ·  view source on GitHub ↗
(tools: readonly { readonly name: unknown }[])

Source from the content-addressed store, hash-verified

66 );
67
68const toolNames = (tools: readonly { readonly name: unknown }[]): readonly string[] =>
69 tools.map((tool) => String(tool.name)).sort();
70
71describe("MCP tool-catalog sync (end-to-end)", () => {
72 it.effect(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected