Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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,
Callers
3
generate_for_agent_with_servers
Method · 0.80
test_codex_formatter_parse_existing
Function · 0.80
test_claude_formatter_parse_existing
Function · 0.80
Calls
4
parse_standard_mcp
Function · 0.85
parse_codex_doc
Function · 0.85
toml_to_json_value
Function · 0.85
collect
Method · 0.80
Tested by
2
test_codex_formatter_parse_existing
Function · 0.64
test_claude_formatter_parse_existing
Function · 0.64