René's URL Explorer Experiment


Title: Resolve protocol version per request and expose it as ctx.protocol_version by maxisbey · Pull Request #2886 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: Resolve protocol version per request and expose it as ctx.protocol_version by maxisbey · Pull Request #2886 · modelcontextprotocol/python-sdk

X Title: Resolve protocol version per request and expose it as ctx.protocol_version by maxisbey · Pull Request #2886 · modelcontextprotocol/python-sdk

Description: Adds ctx.protocol_version: str — the protocol version a request is being served at — resolved per request and always set, including on stateless connections. Motivation and Context Since #2849, the runner's inbound surface validation (validate_client_request/validate_client_notification) and outbound result serialization are version-keyed, and they need a version on every request. Today the only source is Connection.protocol_version, which is set by the initialize handshake — so on stateless streamable-HTTP connections it stays None for the connection's whole life and the runner falls back to a hard-coded "2025-11-25". The streamable HTTP transport already reads and validates the MCP-Protocol-Version header per request, but only uses it for transport-local SSE-priming/close-callback gating and then drops it. This threads that value through to the runner and exposes it to handlers as ctx.protocol_version. Resolution rule. A handshake-committed value governs the whole connection when present; otherwise per-request signals apply (_meta["io.modelcontextprotocol/protocolVersion"], then the transport's per-message hint), then the literal 2025-11-25 terminal default. This mirrors the spec's own framing in draft Versioning § Terminology: handshake-based (≤2025-11-25) versions are a connection fact; per-request-metadata (2026-07-28+) versions are a request fact. The resolver doesn't branch on a mode flag — connection.protocol_version is not None is "this connection ran a handshake." Connection.protocol_version and ServerSession.protocol_version keep their existing meaning ("the version negotiated by initialize, None if no handshake ran"); their docstrings now point at ctx.protocol_version for the per-request value. How Has This Been Tested? Unit tests for _resolve_protocol_version covering negotiated-wins, _meta, transport-hint, unsupported-value fall-through, and the terminal default. connected_runner tests for ctx.protocol_version on stateful (negotiated) and stateless in-memory (terminal default, with ctx.session.protocol_version still None). End-to-end streamable-HTTP tests: a stateless server's handler observes ctx.protocol_version matching the request's MCP-Protocol-Version header (parametrized over two values), and the spec's 2025-03-26 default when the header is absent. Full suite at 100% coverage; pyright/ruff clean. Breaking Changes ServerRequestContext gains a required protocol_version: str field. The runner always sets it; the only direct constructors were two tests, updated here. ServerMessageMetadata gains an optional protocol_version field (defaults to None). 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 Values not in SUPPORTED_PROTOCOL_VERSIONS are skipped by the resolver so an unrecognized declaration falls through rather than poisoning surface validation. Explicit UnsupportedProtocolVersionError rejection for _meta (and the header/_meta MUST-match check) belong in the transport and arrive with the 2026-07-28 negotiation work. The or "2025-11-25" fallbacks on the outbound server-to-client paths (ServerSession.send_request, Connection.send_request) are unchanged; those are connection-scoped sends without access to per-request context, and on stateless connections they fail fast with NoBackChannelError anyway.

Open Graph Description: Adds ctx.protocol_version: str — the protocol version a request is being served at — resolved per request and always set, including on stateless connections. Motivation and Context Since #2849, the...

X Description: Adds ctx.protocol_version: str — the protocol version a request is being served at — resolved per request and always set, including on stateless connections. Motivation and Context Since #2849, the...

Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/pull/2886

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:76777b17-59c5-3876-89de-26fa6408ad45
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id95D8:116EB3:580882:759FDF:6A5A756E
html-safe-nonce7eaab6a634b46a266db9fc9264ee9c4a7d54b386c555d70e9a9f0c07839b922a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NUQ4OjExNkVCMzo1ODA4ODI6NzU5RkRGOjZBNUE3NTZFIiwidmlzaXRvcl9pZCI6Ijg2MjUzOTgzMTkxMzYwMTE2MzAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac20fb769c8bcec38a59dee88f3f1c0132418b06999eccd3b007beea210e43ba9a
hovercard-subject-tagpull_request:3878450892
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/modelcontextprotocol/python-sdk/pull/2886/files
twitter:imagehttps://avatars.githubusercontent.com/u/224885523?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/224885523?s=400&v=4
og:image:altAdds ctx.protocol_version: str — the protocol version a request is being served at — resolved per request and always set, including on stateless connections. Motivation and Context Since #2849, the...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None922bdba685ea48400234d557977f0e32d9adbae6f5125725b4f48cacc6801106
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/modelcontextprotocol/python-sdk git https://github.com/modelcontextprotocol/python-sdk.git
octolytics-dimension-user_id182288589
octolytics-dimension-user_loginmodelcontextprotocol
octolytics-dimension-repository_id862584018
octolytics-dimension-repository_nwomodelcontextprotocol/python-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id862584018
octolytics-dimension-repository_network_root_nwomodelcontextprotocol/python-sdk
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release0437efb828a4041956ce45d1f7fe69fff38926c7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F2886%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F2886%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=modelcontextprotocol%2Fpython-sdk
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files
modelcontextprotocol https://github.com/modelcontextprotocol
python-sdkhttps://github.com/modelcontextprotocol/python-sdk
Notifications https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Fork 3.7k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Star 23.6k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Code https://github.com/modelcontextprotocol/python-sdk
Issues 256 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 303 https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality 6 https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Code https://github.com/modelcontextprotocol/python-sdk
Issues https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests https://github.com/modelcontextprotocol/python-sdk/pulls
Actions https://github.com/modelcontextprotocol/python-sdk/actions
Projects https://github.com/modelcontextprotocol/python-sdk/projects
Models https://github.com/modelcontextprotocol/python-sdk/models
Security and quality https://github.com/modelcontextprotocol/python-sdk/security
Insights https://github.com/modelcontextprotocol/python-sdk/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2Fnew%2Fchoose
maxisbeyhttps://github.com/maxisbey
mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
maxisbey/per-request-protocol-versionhttps://github.com/modelcontextprotocol/python-sdk/tree/maxisbey/per-request-protocol-version
Conversation 1 https://github.com/modelcontextprotocol/python-sdk/pull/2886
Commits 4 https://github.com/modelcontextprotocol/python-sdk/pull/2886/commits
Checks 33 https://github.com/modelcontextprotocol/python-sdk/pull/2886/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/2886/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files
Resolve protocol version per request and expose it as ctx.protocol_version https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#top
Show all changes 4 commits https://github.com/modelcontextprotocol/python-sdk/pull/2886/files
2105980 Resolve protocol version per request and expose it as ctx.protocol_ve… maxisbey Jun 16, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2886/commits/2105980b2da9d59cdeb8956049d3aaa89b75afc8
96a71b9 Make ServerRequestContext.protocol_version required (no default) maxisbey Jun 16, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2886/commits/96a71b972d427ee7ea1a3f909e7ddd665e01ae4b
0ae934a Drop ctx.protocol_version usage note from migration.md (additive, not… maxisbey Jun 16, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2886/commits/0ae934a04c68233ab13ae236fed42ef63c4262bc
61dd41b Resolver takes the extracted _meta directly; trim docstrings maxisbey Jun 16, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2886/commits/61dd41b72c54ec2b5191de89f085f07e0dd4b13a
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/2886/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files
migration.md https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
connection.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-849ab2b2ff6c99a29f2b9dcdc9edc4139ffa7d091cdf45f05fbfc7cb998b03d1
context.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-8e4a295d330079f8982fad5b62fa85a036a4714836389442df76880b5801e706
runner.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
session.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
message.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-e87607af2a5ca4eeaf91e471c711340e954899e1504ebb1fcc981afe4639bc70
test_176_progress_token.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-efaa25bf0efec6c430b4f55170db0919caf81ed30266b026bad9993dc484aecd
test_server.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
test_runner.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
test_streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
docs/migration.mdhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/docs/migration.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
src/mcp/server/connection.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-849ab2b2ff6c99a29f2b9dcdc9edc4139ffa7d091cdf45f05fbfc7cb998b03d1
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/src/mcp/server/connection.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-849ab2b2ff6c99a29f2b9dcdc9edc4139ffa7d091cdf45f05fbfc7cb998b03d1
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-849ab2b2ff6c99a29f2b9dcdc9edc4139ffa7d091cdf45f05fbfc7cb998b03d1
src/mcp/server/context.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-8e4a295d330079f8982fad5b62fa85a036a4714836389442df76880b5801e706
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/src/mcp/server/context.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-8e4a295d330079f8982fad5b62fa85a036a4714836389442df76880b5801e706
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-8e4a295d330079f8982fad5b62fa85a036a4714836389442df76880b5801e706
src/mcp/server/runner.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/src/mcp/server/runner.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-7a9c3e13faa5730f5a8a60062e9d200513c0baeada63e3cc24b37fe68e086e90
src/mcp/server/session.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/src/mcp/server/session.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
src/mcp/server/streamable_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/src/mcp/server/streamable_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
src/mcp/shared/message.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-e87607af2a5ca4eeaf91e471c711340e954899e1504ebb1fcc981afe4639bc70
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/src/mcp/shared/message.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-e87607af2a5ca4eeaf91e471c711340e954899e1504ebb1fcc981afe4639bc70
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-e87607af2a5ca4eeaf91e471c711340e954899e1504ebb1fcc981afe4639bc70
tests/issues/test_176_progress_token.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-efaa25bf0efec6c430b4f55170db0919caf81ed30266b026bad9993dc484aecd
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/tests/issues/test_176_progress_token.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-efaa25bf0efec6c430b4f55170db0919caf81ed30266b026bad9993dc484aecd
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-efaa25bf0efec6c430b4f55170db0919caf81ed30266b026bad9993dc484aecd
tests/server/mcpserver/test_server.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/tests/server/mcpserver/test_server.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
tests/server/test_runner.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
View file https://github.com/modelcontextprotocol/python-sdk/blob/61dd41b72c54ec2b5191de89f085f07e0dd4b13a/tests/server/test_runner.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2886/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
https://github.com/modelcontextprotocol/python-sdk/pull/2886/files#diff-51ad0fc280fc0fb1ed6039b7c5a26a6fafba8d8ffc8533cfa89cb9df18ea3f10
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2886/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.