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

Function staticToolOwner

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

Source from the content-addressed store, hash-verified

1362 const credentialProviderOrder: string[] = [];
1363
1364 const staticToolOwner = (): Owner => (subject == null ? "org" : "user");
1365 const staticToolConnection = (source: StaticSourceDecl): ConnectionName =>
1366 ConnectionName.make(source.id === EXECUTOR_SOURCE_ID ? "coreTools" : "static");
1367

Callers 1

staticToolToToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected