MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getConfigUrl

Function getConfigUrl

src/tools/McpAuthTool/McpAuthTool.ts:32–35  ·  view source on GitHub ↗
(config: ScopedMcpServerConfig)

Source from the content-addressed store, hash-verified

30}
31
32function getConfigUrl(config: ScopedMcpServerConfig): string | undefined {
33 if ('url' in config) return config.url
34 return undefined
35}
36
37/**
38 * Creates a pseudo-tool for an MCP server that is installed but not

Callers 1

createMcpAuthToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected