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

Function toolNames

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

Source from the content-addressed store, hash-verified

170 },
171 });
172 const toolNames = (filter: { integration: string }) =>
173 Effect.map(
174 apiClient.tools.list({
175 query: { integration: IntegrationSlug.make(filter.integration) },
176 }),
177 (tools) => tools.map((tool) => tool.name).sort(),
178 );
179 expect(yield* toolNames({ integration: slug }), "v1 tools are live").toEqual([
180 "legacy.legacyOp",
181 "ping.getOperation",

Callers 1

Calls 1

listMethod · 0.65

Tested by

no test coverage detected