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

Function staticToolOwner

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

Source from the content-addressed store, hash-verified

2063 const credentialWriteRuntimeId = crypto.randomUUID();
2064
2065 const staticToolOwner = (): Owner => (subject == null ? "org" : "user");
2066 const staticToolConnection = (integration: StaticIntegrationDecl): ConnectionName =>
2067 ConnectionName.make(integration.id === EXECUTOR_INTEGRATION_ID ? "coreTools" : "static");
2068

Callers 1

staticToolToToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected