docs: explain how MCP servers actually launch (stdio vs SSE, Inspector)#4091
Open
TanishkaMarrott wants to merge 1 commit intomodelcontextprotocol:mainfrom
Open
docs: explain how MCP servers actually launch (stdio vs SSE, Inspector)#4091TanishkaMarrott wants to merge 1 commit intomodelcontextprotocol:mainfrom
TanishkaMarrott wants to merge 1 commit intomodelcontextprotocol:mainfrom
Conversation
Closes a recurring point of confusion (modelcontextprotocol#521): developers run `uvx mcp-server-git` directly, see no output, and think the server is broken. Added a new 'Understanding How Servers Are Launched' subsection that explains: - stdio servers wait on stdin — appearing to hang is expected - the MCP client spawns the server; you don't run it yourself - stdio vs SSE/HTTP transport comparison table - MCP Inspector as the recommended local testing tool Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
/i-promise-this-is-not-a-new-server |
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
Closes #521 — addresses the recurring confusion around running MCP servers.
npx/uvxexamples and the client config sectionuvxcommandnpx @modelcontextprotocol/inspector uvx mcp-server-git) as the recommended way to test a server locally without wiring up a full clientNo existing content changed. The new subsection slots in cleanly between the two existing subsections.
Test plan
🤖 Generated with Claude Code