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

Function oauthClientKey

packages/plugins/mcp/src/sdk/plugin.ts:118–118  ·  view source on GitHub ↗
(owner: Owner, slug: OAuthClientSlug)

Source from the content-addressed store, hash-verified

116};
117
118const oauthClientKey = (owner: Owner, slug: OAuthClientSlug): string => `${owner}:${String(slug)}`;
119
120const legacyMcpClientMatches = (
121 client: OAuthClientSummary,

Callers 1

removeServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected