Skip to content

feat(mcp): add Zed client to MCP setup sheet#1136

Merged
datlechin merged 1 commit into
mainfrom
feat/mcp-add-zed-client
May 9, 2026
Merged

feat(mcp): add Zed client to MCP setup sheet#1136
datlechin merged 1 commit into
mainfrom
feat/mcp-add-zed-client

Conversation

@datlechin

Copy link
Copy Markdown
Member

Summary

  • Add Zed to the in-app MCP Setup sheet (Settings > Integrations) and the MCP Token Reveal sheet, alongside Claude Desktop, Claude Code, and Cursor.
  • Snippets target Zed's "Add Custom Server" dialog: paste the inner server entry only (Zed wraps it under context_servers itself), and include args: [] because the dialog's Local-tab schema rejects the field even though Zed's documented schema treats it as optional.
  • Docs section now shows both paths: the Agent Panel UI ("+ Add Custom Server" → Local) and direct ~/.config/zed/settings.json editing under context_servers.

Test plan

  • Open Settings > Integrations > MCP Setup, pick Zed, copy the snippet, paste into Zed's Agent Panel → + Add Custom ServerLocal tab. Verify validator passes and tablepro shows a green dot.
  • Mint a token in Settings > Integrations > Authentication, switch the reveal sheet to Zed, paste into Zed's + Add Custom ServerRemote tab. Verify the connection works.
  • Open docs/external-api/mcp-clients.mdx Zed section in the rendered docs site and confirm both code blocks render correctly.

Notes for reviewer

  • The xcstrings file was NOT updated in this PR, so the 4 new String(localized:) calls (3 step lines + the "Zed" display label) will fall back to the source-language English at runtime until the next localization sync pass.
  • Remote-tab snippet shape is inferred from the Local-tab pattern; only Local was visually verified against the validator.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@datlechin datlechin merged commit 334f7ec into main May 9, 2026
2 checks passed
@datlechin datlechin deleted the feat/mcp-add-zed-client branch May 9, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant