Skip to content

docs: remove minor ambiguity in python server docs, when nothing happens after execution in terminal#427

Closed
MoritzLaurer wants to merge 2 commits intomodelcontextprotocol:mainfrom
MoritzLaurer:docs/small-docs-fixes
Closed

docs: remove minor ambiguity in python server docs, when nothing happens after execution in terminal#427
MoritzLaurer wants to merge 2 commits intomodelcontextprotocol:mainfrom
MoritzLaurer:docs/small-docs-fixes

Conversation

@MoritzLaurer
Copy link
Copy Markdown

Motivation and Context

Minor docs improvement:
The server developer quickstart docs currently read: Your server is complete! Run uv run weather.py to confirm that everything’s working.

In practice, however, running uv run weather.pydoes not really confirm if everything is working. It starts the server via the terminal and then nothing happens in the terminal, which can be confusing to readers. The actual confirmation that everything is working is happening in the next steps in the docs when using the client.

This PR just adds a minor reformulation of this passage in the docs to reduce ambiguity.

How Has This Been Tested?

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@jonathanhefner jonathanhefner force-pushed the docs/small-docs-fixes branch from c9fbebc to 68c3874 Compare June 13, 2025 19:33
jonathanhefner
jonathanhefner previously approved these changes Jun 13, 2025
@dsp-ant dsp-ant requested review from a team and tzolov September 23, 2025 21:10
@dsp-ant
Copy link
Copy Markdown
Member

dsp-ant commented Nov 21, 2025

Hmm we should have merged it back in the days. So sorry about this. Now things have moved on quite a bit.

@dsp-ant dsp-ant closed this Nov 21, 2025
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.

3 participants