FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...docs/readme-client-url-wording · modelcontextprotocol/python-sdk · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelcontextprotocol/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: modelcontextprotocol/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docs/readme-client-url-wording
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 16, 2026

  1. docs: clarify client URL example wording in README

    The sentence pointed at a localhost URL and called it a "remote server",
    which reads oddly since nothing earlier in the README starts a server on
    that port. Present the URL as an example and describe what actually
    changes: the same client code talks to a server over HTTP.
    
    Closes #3313
    
    No-Verification-Needed: doc-only wording change in README.md
    maxisbey committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    a0c795d View commit details
    Browse the repository at this point in the history
  2. docs: lead the README client example with a URL, not the server object

    The "client in 10 lines" example imported the server object and connected
    to it in-process, then offered a URL as the variation. In-process is a
    testing technique, so this inverts it: serve the file you just wrote with
    `mcp run server.py --transport streamable-http`, connect to it by URL, and
    mention stdio and the in-memory test path in the closing sentence.
    
    Also fix the `mcp run --transport` help text, which still said "stdio or
    sse" although streamable-http is accepted and is what the README now uses.
    
    Closes #3313
    maxisbey committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    d64e623 View commit details
    Browse the repository at this point in the history
  3. docs: drop the in-memory mention from the README client section

    No-Verification-Needed: doc-only wording change in README.md
    maxisbey committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    f1ca8e2 View commit details
    Browse the repository at this point in the history
  4. docs: split the README client section's closing sentence

    No-Verification-Needed: doc-only wording change in README.md
    maxisbey committed Aug 16, 2026
    Configuration menu
    Copy the full SHA
    c7ddd1f View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL