modelcontextprotocol / servers

Model Context Protocol Servers
https://modelcontextprotocol.io
MIT License
3.45k stars 308 forks source link

Zed configs don't work #113

Closed anjor closed 3 days ago

anjor commented 3 days ago

Describe the bug The Zed configs outlined in the different server Readmes don't work.

To Reproduce Steps to reproduce the behavior:

  1. Try adding the context_servers block to settings.json file for Zed:
    "context_servers": {
    "mcp-server-fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
    },
    1. Get the error: expected struct Screenshot 2024-11-28 at 9 49 12 PM

Expected behavior Settings should work.

anjor commented 3 days ago

Fix merged.