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

Function makeExecutor

packages/plugins/graphql/src/sdk/plugin.test.ts:118–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116const serveGreetingServer = serveGraphqlTestServer({ schema: makeGreetingGraphqlSchema() });
117
118const makeExecutor = () =>
119 createExecutor(
120 makeTestConfig({ plugins: [memoryCredentialsPlugin(), graphqlPlugin()] as const }),
121 );
122
123const toolAddr = (integration: string, connection: string, tool: string): ToolAddress =>
124 ToolAddress.make(`tools.${integration}.org.${connection}.${tool}`);

Callers 3

plugin.test.tsFile · 0.70
setupFunction · 0.70

Calls 2

createExecutorFunction · 0.90
makeTestConfigFunction · 0.85

Tested by

no test coverage detected