()
| 250 | } |
| 251 | |
| 252 | function renderCodeGraphMcpChild(): string[] { |
| 253 | return [ |
| 254 | ' codegraph:', |
| 255 | ' command: codegraph', |
| 256 | ' args:', |
| 257 | ' - serve', |
| 258 | ' - --mcp', |
| 259 | ' timeout: 120', |
| 260 | ' connect_timeout: 60', |
| 261 | ' enabled: true', |
| 262 | ]; |
| 263 | } |
| 264 | |
| 265 | function renderCodeGraphMcpBlock(): string[] { |
| 266 | return ['mcp_servers:', ...renderCodeGraphMcpChild()]; |
no outgoing calls
no test coverage detected