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

Function toolNames

packages/hosts/mcp/src/artifacts-tools.test.ts:192–193  ·  view source on GitHub ↗
(client: Client)

Source from the content-addressed store, hash-verified

190};
191
192const toolNames = async (client: Client): Promise<string[]> =>
193 (await client.listTools()).tools.map((tool) => tool.name);
194
195const COUNTER_CODE = "function App() { return <div>hi</div>; }";
196const UPDATED_CODE = "function App() { return <div>hi again</div>; }";

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected