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

Function toolNames

e2e/scenarios/openapi-update-spec.test.ts:143–149  ·  view source on GitHub ↗
(filter: { integration: string })

Source from the content-addressed store, hash-verified

141 },
142 });
143 const toolNames = (filter: { integration: string }) =>
144 Effect.map(
145 apiClient.tools.list({
146 query: { integration: IntegrationSlug.make(filter.integration) },
147 }),
148 (tools) => tools.map((tool) => tool.name).sort(),
149 );
150 expect(yield* toolNames({ integration: slug }), "v1 tools are live").toEqual([
151 "legacy.legacyOp",
152 "ping.getOperation",

Callers 1

Calls 1

listMethod · 0.65

Tested by

no test coverage detected