Skip to main content

parse_json_object

Function parse_json_object 

Source
pub fn parse_json_object(contents: &str, key: &str) -> Result<Vec<Candidate>>
Expand description

A JSON file whose servers live under one top-level key.

Covers .mcp.json, Claude Desktop, Cursor, Windsurf, and Gemini CLI (mcpServers), VS Code (servers), OpenCode (mcp), and Zed (context_servers) - the key is the only thing that differs.