René's URL Explorer Experiment


Title: Make client-side cancellation work over the 2026 transports by maxisbey · Pull Request #3046 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: Make client-side cancellation work over the 2026 transports by maxisbey · Pull Request #3046 · modelcontextprotocol/python-sdk

X Title: Make client-side cancellation work over the 2026 transports by maxisbey · Pull Request #3046 · modelcontextprotocol/python-sdk

Description: Client-side request cancellation was a no-op on the 2026 wire: the modern session stamp forced cancel_on_abandon=False for every request, so abandoning a request (caller cancellation or timeout) over streamable HTTP left the POST/SSE stream open and the server running, and over 2026 stream-pair transports never sent the notifications/cancelled the spec requires. This PR makes cancellation real on both modern transports, and adds the caller-supplied request-id seam the upcoming client subscriptions/listen driver needs. Motivation and Context Per the 2026-07-28 spec, the two transports spell client cancellation differently: Streamable HTTP: "Closing the SSE response stream is the cancellation signal. The server MUST treat a client disconnect as cancellation of that request. No notifications/cancelled message is required or expected" — and the wire defines no client-to-server notifications at all. stdio / stream-pair: "The client MUST send a notifications/cancelled notification referencing the request ID." The courtesy frame the dispatcher already emits on abandon is now the uniform internal signal: stream transports write it (spec-correct at 2026 stdio, unchanged at 2025), while the streamable-HTTP transport translates it into aborting the named request's own in-flight POST instead of writing it. Every request POST is registered with an abort scope and the era it was sent under, so a late cancel is interpreted per the named request's era rather than whatever was negotiated since; on pre-2026 wires the frame still POSTs (a 2025 disconnect is explicitly not a cancel). Registration happens synchronously in the write loop, before the POST task is spawned, so a cancel dequeued immediately after its request can never miss it, and teardown is identity-guarded so a finished task unwinding late cannot evict a reused id's successor registration. The protocol-version cache moves into the same serialized loop for the same reason: it now reflects wire order instead of POST-task scheduling order. Separately, CallOptions["request_id"] lets a caller supply the outbound request id on both dispatchers. A subscriptions/listen client driver must know its subscription id (= the request's JSON-RPC id) before the result arrives, which the mint-internally-only design made impossible. Supplied ids reach the peer verbatim ("7" stays a string), collide loudly only for the caller who chose them (minting skips occupied keys), and both dispatchers share one coerced collision domain — so the in-memory DirectDispatcher raises exactly where JSONRPCDispatcher would in production. The negotiation methods (initialize, server/discover) keep their cancellation opt-out on every path. How Has This Been Tested? Full suite: 100.00% line+branch coverage, pyright clean. New transport tests pin the translation matrix: modern abort of the matching POST; legacy frame pass-through with the stream left open; unmatched/typed-id/bool frames swallowed at modern without touching other streams; per-request era honored across a mid-session version flip; reused-id successor registration surviving a stale task's teardown. An end-to-end test over a real ASGI bridge: cancelling the caller of a parked subscriptions/listen closes the POST, the server releases the subscription (observed through the bus seam), and no notifications/cancelled crosses the wire. Manually against a real uvicorn server with a wire tap, via the public Client: at 2026, a parked tools/call cancelled from the caller's scope is observed as a genuine cancellation server-side with zero cancelled frames on the wire; at 2025 (mode="legacy"), the same flow POSTs exactly one notifications/cancelled frame and the stream stays open. A raw subscriptions/listen sent with request_id="verify-listen-1" came back ack-stamped with that id. Breaking Changes None against released surfaces. Within the v2 line: abandoning a modern-era request now produces the spec's cancellation behavior (POST abort at 2026 HTTP, a cancelled frame at 2026 stdio) instead of silently leaking the request. 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 One deliberate boundary: the transport translates exactly notifications/cancelled because it is the only client-to-server notification the 2026 core protocol defines. A table-driven guard at the POST boundary (rejecting any future client notification a modern wire doesn't define) would make illegal frames unconstructible for extensions too — left as a follow-up seam rather than smuggled into this change. The client subscriptions/listen driver (context-managed client.listen(...) yielding typed events) builds directly on these seams and follows as its own PR.

Open Graph Description: Client-side request cancellation was a no-op on the 2026 wire: the modern session stamp forced cancel_on_abandon=False for every request, so abandoning a request (caller cancellation or timeout) ov...

X Description: Client-side request cancellation was a no-op on the 2026 wire: the modern session stamp forced cancel_on_abandon=False for every request, so abandoning a request (caller cancellation or timeout) ov...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:24981b53-5cd6-47dc-6ad0-1d5378d2dcd7
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC310:1D4E56:209BDAB:2B341CB:6A5CB2C5
html-safe-nonce4450798bc077a27f65571fa15d19a71d58719d3846664887b2ec866ca6b208fe
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMzEwOjFENEU1NjoyMDlCREFCOjJCMzQxQ0I6NkE1Q0IyQzUiLCJ2aXNpdG9yX2lkIjoiNDk5ODAzMjk5NTgwMDM2MzcxNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmaccddbf2ca73095e680b0952b4d4db5cb016b0d2341aee591f7e8f0e3104130c89
hovercard-subject-tagpull_request:3972456633
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/3046/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:altClient-side request cancellation was a no-op on the 2026 wire: the modern session stamp forced cancel_on_abandon=False for every request, so abandoning a request (caller cancellation or timeout) ov...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
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
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F3046%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%2F3046%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/3046/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/3046/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.7k https://github.com/login?return_to=%2Fmodelcontextprotocol%2Fpython-sdk
Code https://github.com/modelcontextprotocol/python-sdk
Issues 259 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 307 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
listen-client-plumbinghttps://github.com/modelcontextprotocol/python-sdk/tree/listen-client-plumbing
Conversation 2 https://github.com/modelcontextprotocol/python-sdk/pull/3046
Commits 3 https://github.com/modelcontextprotocol/python-sdk/pull/3046/commits
Checks 35 https://github.com/modelcontextprotocol/python-sdk/pull/3046/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/3046/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files
Make client-side cancellation work over the 2026 transports https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#top
Show all changes 3 commits https://github.com/modelcontextprotocol/python-sdk/pull/3046/files
69e6cd3 Make client-side cancellation work over the 2026 transports maxisbey Jul 1, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/3046/commits/69e6cd38a919be2c39503c052ff1ae349e9f63c3
79c3ac3 Pin the abandonment-cancellation contract in the interaction suite maxisbey Jul 2, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/3046/commits/79c3ac3a8b841552028344887d49b86ef0baf06e
6cb8de1 Tighten the cancellation-suite manifest provenance and wire pins maxisbey Jul 2, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/3046/commits/6cb8de14a122998329dcb5cc44b4449979d768fe
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/3046/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files
session.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
direct_dispatcher.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
dispatcher.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-13274512d72e2a34a599019a9226619b150fca24130936cee3dc7d5122934673
jsonrpc_dispatcher.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-3d8fb73fa8b126691302c15bb63bbc44a3a0e9338a17f14b3b4ea1d97bb10c2c
test_session.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-623490a9c2dd576cc59e89f8d51f64acfffdeaad940e0bd4a0a51a50bc30d92d
test_streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-09ecebf3cb1cb198a43bd3159ecf388a4dfdc38f93c9812b671f40fc2c83ec29
README.md https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-112d0208d481546644215b9de655e51c63d09dcb845cca6ca95d030ad007d443
_requirements.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-c12ce54cbf13a11daa3f93343e5df8c89ca2b25d0f20f00b5408a2402a223228
test_cancellation.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-bbb272049658e36f86bd66e16deef2e8ac8f7f90bb4bd89aa0f025bf1db48fee
test_wire.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-163576971f36a4e8babc1808a586ab93dc81945e27aad2f238bd5b77fa441ac5
test_client_transport_http.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-adf5fa9c30305bc38e4d3bbf40b5d2a78c31d08471735f586b79c54e6c19813a
test_dispatcher.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-490cfcfdfdaf03f631a5cc632ec5a47dee6aa063d13518834a7a1f1bb8493f3f
test_jsonrpc_dispatcher.py https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-ce6a750fbce4c4bfa60b1845cdd92c08be0c2ed1fdcecdcb2a2efa24170efabd
src/mcp/client/session.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
View file https://github.com/modelcontextprotocol/python-sdk/blob/6cb8de14a122998329dcb5cc44b4449979d768fe/src/mcp/client/session.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/3046/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
src/mcp/client/streamable_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
View file https://github.com/modelcontextprotocol/python-sdk/blob/6cb8de14a122998329dcb5cc44b4449979d768fe/src/mcp/client/streamable_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/3046/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
src/mcp/shared/direct_dispatcher.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
View file https://github.com/modelcontextprotocol/python-sdk/blob/6cb8de14a122998329dcb5cc44b4449979d768fe/src/mcp/shared/direct_dispatcher.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/3046/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-6566b073a8d9286a5b17e0bb02d6e12e822eaedf2236c0d637dcd57992268076
src/mcp/shared/dispatcher.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-13274512d72e2a34a599019a9226619b150fca24130936cee3dc7d5122934673
View file https://github.com/modelcontextprotocol/python-sdk/blob/6cb8de14a122998329dcb5cc44b4449979d768fe/src/mcp/shared/dispatcher.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/3046/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-13274512d72e2a34a599019a9226619b150fca24130936cee3dc7d5122934673
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-13274512d72e2a34a599019a9226619b150fca24130936cee3dc7d5122934673
https://github.com/modelcontextprotocol/python-sdk/pull/3046/files#diff-13274512d72e2a34a599019a9226619b150fca24130936cee3dc7d5122934673
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/3046/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/3046/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.