MCPcopy
hub / github.com/codeaashu/claude-code / getEnterpriseMcpFilePath

Function getEnterpriseMcpFilePath

src/services/mcp/config.ts:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 * Get the path to the managed MCP configuration file
61 */
62export function getEnterpriseMcpFilePath(): string {
63 return join(getManagedFilePath(), 'managed-mcp.json')
64}
65
66/**
67 * Internal utility: Add scope to server configs

Callers 3

getMcpConfigsByScopeFunction · 0.85
config.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected