MCPcopy
hub / github.com/callstack/agent-device / safeProviderName

Function safeProviderName

src/cli/connection/generated-config.ts:116–118  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

114}
115
116function safeProviderName(value: string): string {
117 return value.replaceAll(/[^a-zA-Z0-9._-]/g, '_') || 'generated';
118}
119
120function titleCaseProvider(value: string): string {
121 const [first = '', ...rest] = value;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected