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

Function ownToolNames

e2e/cloud/spec-update-convergence.test.ts:168–171  ·  view source on GitHub ↗
(client: Client, integration: IntegrationSlug)

Source from the content-addressed store, hash-verified

166 });
167
168const ownToolNames = (client: Client, integration: IntegrationSlug) =>
169 Effect.map(client.tools.list({ query: { integration, owner: "user" } }), (tools) =>
170 tools.map((tool) => tool.name).sort(),
171 );
172
173scenario(
174 "Convergence · a spec refresh reaches a co-worker's own connection on their next read",

Callers 1

Calls 1

listMethod · 0.65

Tested by

no test coverage detected