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