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

Function staticToolOwner

packages/core/sdk/src/executor.ts:1387–1387  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1385 const credentialProviderOrder: string[] = [];
1386
1387 const staticToolOwner = (): Owner => (subject == null ? "org" : "user");
1388 const staticToolConnection = (integration: StaticIntegrationDecl): ConnectionName =>
1389 ConnectionName.make(integration.id === EXECUTOR_INTEGRATION_ID ? "coreTools" : "static");
1390

Callers 1

staticToolToToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected