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

Function makeExecutor

tests/presets-reachable.test.ts:166–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164
165describe("public preset URLs are detected by the correct plugin", () => {
166 const makeExecutor = () =>
167 createExecutor(
168 makeTestConfig({
169 plugins: [openApiPlugin(), mcpPlugin(), graphqlPlugin()] as const,
170 }),
171 );
172
173 for (const preset of publicPresets) {
174 it.effect(

Callers 1

Calls 2

makeTestConfigFunction · 0.85
createExecutorFunction · 0.50

Tested by

no test coverage detected