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

Function getEnterpriseMcpFilePath

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

Source from the content-addressed store, hash-verified

61 * Get the path to the managed MCP configuration file
62 */
63export function getEnterpriseMcpFilePath(): string {
64 return join(getManagedFilePath(), 'managed-mcp.json')
65}
66
67/**
68 * 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