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