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

Function listCode

e2e/cloud/connections-list-scope.test.ts:51–56  ·  view source on GitHub ↗
(integration: string, verbose: boolean)

Source from the content-addressed store, hash-verified

49};
50
51const listCode = (integration: string, verbose: boolean) => `
52const res = await tools.executor.coreTools.connections.list(${JSON.stringify(
53 verbose ? { integration, verbose: true } : { integration },
54)});
55return res.ok ? res.data : res;
56`;
57
58scenario(
59 "Connections · list summarizes OAuth scope to a count by default and returns the full grant under verbose",

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected