()
| 134 | } |
| 135 | |
| 136 | function buildCodegraphBlock(): string { |
| 137 | const mcp = getMcpServerConfig(); |
| 138 | return buildTomlTable(TOML_HEADER, { |
| 139 | command: mcp.command, |
| 140 | args: mcp.args, |
| 141 | }); |
| 142 | } |
| 143 | |
| 144 | function writeMcpEntry(): WriteResult['files'][number] { |
| 145 | const file = tomlConfigPath(); |
no test coverage detected