René's URL Explorer Experiment


Title: Feature: Non-Blocking call_tool and request state externalisation by davemssavage · Pull Request #1209 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: Feature: Non-Blocking call_tool and request state externalisation by davemssavage · Pull Request #1209 · modelcontextprotocol/python-sdk

X Title: Feature: Non-Blocking call_tool and request state externalisation by davemssavage · Pull Request #1209 · modelcontextprotocol/python-sdk

Description: This patch enables a non-blocking mode of running tools and introduces a RequestStateManager plugin api - this allows for long running tasks to be rejoined on the client and across process restarts. Motivation and Context Rather than introducing new protocol messages as per modelcontextprotocol/modelcontextprotocol#617 this patch uses the existing protocol messages with client side changes to allow the client application to submit a call request and then later join that request to get the response and/or any progress notifications that may have occured. This works on top of the existing session resume processes so a client can submit a task in one process and rejoin from another if a persistent version of RequestStateManager is used (this has been tested using a redis implementation - not included in this patch) Long running tasks currently consume resources indefinitely on the client blocking until they return, Tool calls can currently timeout allowing control to return to the client however this leads to a messy control flow that exposes the internal details of the protocol implementaton - having to check the type of code is httpx.codes.REQUEST_TIMEOUT. This patch instead introduces new methods request_call_tool and join_call_tool that handle various complex issues with resume tokens and via state stored in a pluggable RequestStateManager. An InMemoryRequestStateManager is provided as the default, other external state managers can be provided to the ClientSession to allow for persistence outside of process memory. How Has This Been Tested? This has been unit tested and tested on a server application that managed multiple sessions without blocking the server side threads. Breaking Changes 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 In order to handle some complex logic around resumption this patch introduces a new ResumeCapability which can be returned during initialisation. It currently is hard coded to assume that if streamable_http protocol is used then server sessions are resumeable. It may be worth while extending this along the lines of modelcontextprotocol/modelcontextprotocol#617 where servers can indicate how long clients might expect a session to be resumable for. Testing on a non-trivial application has highlighted that at least one progress notification needs to be sent from the server prior to the start_request call returning a request_id. This is due to needing at least one event to trigger the sse.event_id to be passed back to the client for the resume token to be collected. This is a little opaque and relies on the client having passed a progress callback in the start_call_tool method. A new protocol notification sent from the server to indicate it has received the request could be a viable alternative, however one of the benefits of this is patch over modelcontextprotocol/modelcontextprotocol#617 is it is trying to avoid new protocol messages.

Open Graph Description: This patch enables a non-blocking mode of running tools and introduces a RequestStateManager plugin api - this allows for long running tasks to be rejoined on the client and across process restarts...

X Description: This patch enables a non-blocking mode of running tools and introduces a RequestStateManager plugin api - this allows for long running tasks to be rejoined on the client and across process restarts...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:e60081d5-18c1-7c35-cfa9-f087926782b0
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD3DE:214CC0:76B31F:9C7AAE:6A5AEA46
html-safe-nonce4d2581dc30eef17c09bc60c20c7b6b4988978dc4a1e814e0f80fa7bf86369246
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEM0RFOjIxNENDMDo3NkIzMUY6OUM3QUFFOjZBNUFFQTQ2IiwidmlzaXRvcl9pZCI6IjYzMTkxMTkwNzg2ODQwMjc0NjIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacff76082bab48f9181fdd68c0ba1dd6c398ca471cc1c5bc6fbd21295cf92a0e69
hovercard-subject-tagpull_request:2701285287
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/1209/files
twitter:imagehttps://avatars.githubusercontent.com/u/349016?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/349016?s=400&v=4
og:image:altThis patch enables a non-blocking mode of running tools and introduces a RequestStateManager plugin api - this allows for long running tasks to be rejoined on the client and across process restarts...
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/1209/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F1209%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%2F1209%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/1209/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1209/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 258 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 301 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
davemssavagehttps://github.com/davemssavage
modelcontextprotocol:mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
davemssavage:feature/call-futureshttps://github.com/davemssavage/python-sdk/tree/feature/call-futures
Conversation 3 https://github.com/modelcontextprotocol/python-sdk/pull/1209
Commits 21 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits
Checks 18 https://github.com/modelcontextprotocol/python-sdk/pull/1209/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/1209/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files
Feature: Non-Blocking call_tool and request state externalisation https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#top
Show all changes 21 commits https://github.com/modelcontextprotocol/python-sdk/pull/1209/files
4165200 add methods to enable call tool requests to be started and joined at … davemssavage Jul 12, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/416520004fb5465a9e6a447b3bdd8e82265f5f1b
04ff73a refactor args for clearer meaning, use error vs returning none on tim… davemssavage Jul 12, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/04ff73a13076307a3370cdeaea88987377f27cbc
288ebe3 add resume logic to request/join call_tool functions davemssavage Jul 14, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/288ebe33946d38170ca22b2e3cd9f4735c704d02
40028da Remove None as valid return type from join_call_tool, fix typo ImMemo… davemssavage Jul 14, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/40028daa6880f086b713a3e220aa03c710aad2be
161da46 send resume on init rather than part of join, refactor resume to be g… davemssavage Jul 14, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/161da461428d34e60122a2d012bfaafcc13a69d7
aa2cbec fix import error davemssavage Jul 16, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/aa2cbec9340226c2b3a3a53804467a8121c30acd
7329cba Refactor code to send resume as part of join call rather than it, thi… davemssavage Jul 26, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/7329cba1f0369eb95d24a0a9322545d697a24ddb
e4c25b7 simplify token capture using events rather than streams, add test for… davemssavage Jul 27, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/e4c25b738bacd5dde0e29f89666adb224f8dd4b3
79f3c4e avoid exceptions during join call tool on timeout as this is expected… davemssavage Jul 28, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/79f3c4e9d33872400ca788bdc006cf7b2e091fd5
6c47890 Merge branch 'main' into feature/call-futures davemssavage Jul 28, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/6c478903148261ef25ee874461d318bd47a13f95
f262bb6 uv ruff fixes davemssavage Jul 28, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/f262bb69dd83c2f27078f819cef29528cb060a51
c5eab90 add assert for pyright checks davemssavage Jul 28, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/c5eab90c9b1ab68d80105b0e060712e2bb2ffc74
79eb3c9 update test description davemssavage Jul 28, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/79eb3c9dbdfdb5976bc97538037524c32eace719
a8ffd71 pass related request id on progress to allow this to trigger event id… davemssavage Aug 16, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/a8ffd713c987ea001d75c753d7c4133ed8649bed
cca5e34 ruff format fixes davemssavage Aug 16, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/cca5e342c93b8a70302ad2519389e779858342c2
5750c32 Merge branch 'main' into feature/call-futures davemssavage Aug 16, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/5750c3284d5aa6ce09dc47e14e43759a3f6a02aa
f1a973a use move on after rather than fail_after to simplify code for the sam… davemssavage Aug 18, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/f1a973af9a2eecfcd578c555e58b5ed297fd93c3
746d3b8 add timeout to request_call_tool to enable clients to unblock if serv… davemssavage Aug 20, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/746d3b8024b6aa5e1acdfe6f2e7138d8b5e06420
92a6ead ruff format fixes davemssavage Aug 24, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/92a6eadbec99d5556e6910b62b617414c11179a3
0575f58 fix broken test davemssavage Aug 24, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/0575f589f7aa59f27b558f3e8a6ab142a8ace4af
06e356f fix broken tests due to new tool being added davemssavage Aug 24, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/1209/commits/06e356fe0dcb3076f85912be5ae860e1da25df39
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/1209/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files
session.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
server.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
session.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
session.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-aaa1596dd4db91f5cd7f743c8afbe58596daf01a2ecec4a0024768f7409fb1dc
types.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-9b043ee327a542607e73b38ebb19c77049650efbe3a1f9d5891b0f8af09599ae
test_resource_cleanup.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-361a08624b2e1f7cbf66fe4860d25593cb064af399f3f5c8e5167396a97119f0
test_session.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-623490a9c2dd576cc59e89f8d51f64acfffdeaad940e0bd4a0a51a50bc30d92d
test_176_progress_token.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-efaa25bf0efec6c430b4f55170db0919caf81ed30266b026bad9993dc484aecd
test_streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
src/mcp/client/session.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
View file https://github.com/davemssavage/python-sdk/blob/06e356fe0dcb3076f85912be5ae860e1da25df39/src/mcp/client/session.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1209/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
src/mcp/client/streamable_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
View file https://github.com/davemssavage/python-sdk/blob/06e356fe0dcb3076f85912be5ae860e1da25df39/src/mcp/client/streamable_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1209/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-e8c18a3067a9b157c5c39a947f53d395afeb00e7026dad2d5a279011da943b5e
src/mcp/server/fastmcp/server.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
View file https://github.com/davemssavage/python-sdk/blob/06e356fe0dcb3076f85912be5ae860e1da25df39/src/mcp/server/fastmcp/server.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1209/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
src/mcp/server/session.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
View file https://github.com/davemssavage/python-sdk/blob/06e356fe0dcb3076f85912be5ae860e1da25df39/src/mcp/server/session.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1209/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
src/mcp/server/streamable_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
View file https://github.com/davemssavage/python-sdk/blob/06e356fe0dcb3076f85912be5ae860e1da25df39/src/mcp/server/streamable_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/1209/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/1209/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1209/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/1209/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.