docs(clients): add a Zed guide and make the HTTP-mode setup self-contained - #200
Open
adityamparikh wants to merge 1 commit into
Open
adityamparikh wants to merge 1 commit into
adityamparikh wants to merge 1 commit into
Conversation
…ained Zed was the one client with no guide; it now has one in docs/clients and in the site tree, covering the settings form and settings.json for STDIO (JAR and Docker) and the remote-server entry for HTTP, with the schema and timeout notes that came out of using it. Every HTTP Mode section now says that the transport is secured by default and answers 401 until an issuer is configured, and names the HTTP_SECURITY_ENABLED=false escape hatch for a local experiment, so a first-time reader is not left guessing why their client cannot connect. The Claude Desktop guides explain why the Connectors screen is the wrong route for a local server: custom connectors are contacted from Anthropic's cloud, so localhost is unreachable there; the mcp-remote bridge runs locally and needs no tunnel. README and the client index list Zed alongside the other clients. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CiUHyyXLTo9ATdgg8eRFZJ Signed-off-by: Aditya Parikh <aditya.m.parikh@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Docs only. Three gaps in the client guides, fixed in both
docs/clients/and the site mirror underdocs/site/content/pages/mcp/clients/:zed.mdcovers the settings form andsettings.jsonfor STDIO (JAR and Docker) and the remote-server entry for HTTP, plus the two things that bite in practice: the schema takescommand/args/envwith nosourcekey (verified on Zed 1.16.2), and the 60 s start timeout that a first Docker pull can outrun. Listed inREADME.md, the client index and the site quick start.HTTP_SECURITY_ENABLED=falsefor a local experiment with a pointer to the security docs.mcp-remote. It now explains that custom connectors are contacted from Anthropic's cloud (help center), so alocalhostURL is unreachable through the Connectors screen and would need a public HTTPS endpoint with OAuth2 on; the bridge runs locally and needs no tunnel.Verification
./gradlew buildon Java 25: 403 tests, 0 failures, 7 skipped (the OTLP suite, skipped onmainuntil test(observability): re-enable OtlpExportIntegrationTest #198)../gradlew rat spotlessCheckgreen on the final tree.🤖 Generated with Claude Code
https://claude.ai/code/session_01CiUHyyXLTo9ATdgg8eRFZJ