MCPcopy Create free account
hub / github.com/dallay/agentsync / parse_existing

Method parse_existing

src/mcp.rs:316–318  ·  view source on GitHub ↗
(&self, content: &str)

Source from the content-addressed store, hash-verified

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")
318 }
319
320 fn merge(
321 &self,

Calls 4

parse_standard_mcpFunction · 0.85
parse_codex_docFunction · 0.85
toml_to_json_valueFunction · 0.85
collectMethod · 0.80