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

Function ownToolNames

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

Source from the content-addressed store, hash-verified

180 });
181
182const ownToolNames = (client: Client, integration: IntegrationSlug) =>
183 Effect.map(client.tools.list({ query: { integration, owner: "user" } }), (tools) =>
184 tools.map((tool) => tool.name).sort(),
185 );
186
187scenario(
188 "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