MCPcopy
hub / github.com/KeygraphHQ/shannon / CredentialValidation

Interface CredentialValidation

apps/cli/src/env.ts:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62interface CredentialValidation {
63 valid: boolean;
64 error?: string;
65 mode: 'api-key' | 'oauth' | 'custom-base-url' | 'bedrock' | 'vertex';
66}
67
68/** Check if a custom Anthropic-compatible base URL is configured. */
69function isCustomBaseUrlConfigured(): boolean {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected