()
| 22 | * surrounding wrapper differs. Codex (TOML) builds its own block. |
| 23 | */ |
| 24 | export function getMcpServerConfig(): { type: string; command: string; args: string[] } { |
| 25 | return { |
| 26 | type: 'stdio', |
| 27 | command: 'codegraph', |
| 28 | args: ['serve', '--mcp'], |
| 29 | }; |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Permissions list for Claude `settings.json`. Other targets that |
no outgoing calls
no test coverage detected