(&self, servers: &BTreeMap<&str, &McpServerConfig>)
| 310 | |
| 311 | impl McpFormatter for ClaudeCodeFormatter { |
| 312 | fn format(&self, servers: &BTreeMap<&str, &McpServerConfig>) -> Value { |
| 313 | format_standard_mcp(servers) |
| 314 | } |
| 315 | |
| 316 | fn parse_existing(&self, content: &str) -> Result<BTreeMap<String, Value>> { |
| 317 | parse_standard_mcp(content, "Failed to parse existing MCP config as JSON") |