MCPcopy Create free account
hub / github.com/Noumena-Network/code / getManagedConnectorDisplayName

Function getManagedConnectorDisplayName

src/services/mcp/normalization.ts:22–24  ·  view source on GitHub ↗
(displayName: string)

Source from the content-addressed store, hash-verified

20}
21
22export function getManagedConnectorDisplayName(displayName: string): string {
23 return `${NOUMENA_MANAGED_CONNECTOR_PREFIX}${displayName}`
24}
25
26export function getManagedConnectorCompatibilityNames(name: string): string[] {
27 const suffix = stripManagedConnectorPrefix(name)

Callers 3

claudeai.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected