()
| 263 | } |
| 264 | |
| 265 | function renderCodeGraphMcpBlock(): string[] { |
| 266 | return ['mcp_servers:', ...renderCodeGraphMcpChild()]; |
| 267 | } |
| 268 | |
| 269 | function hasCodeGraphMcpServer(content: string): boolean { |
| 270 | const lines = splitLines(content); |
no test coverage detected