René's URL Explorer Experiment


Title: Added support for raw request injection in RequestContext. by ylassoued · Pull Request #380 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: Added support for raw request injection in RequestContext. by ylassoued · Pull Request #380 · modelcontextprotocol/python-sdk

X Title: Added support for raw request injection in RequestContext. by ylassoued · Pull Request #380 · modelcontextprotocol/python-sdk

Description: closes #195 Added support for injecting the raw request into the RequestContext. Motivation and Context In real-life applications, authentication may rely on request headers. In the case where the MCP server needs to act on behalf of the client to retrieve resources from a remote server or DB, thus requiring to authenticate on behalf of the client, getting the request headers is essential. With the solution implemented in this PR, you may access the raw request from any end point as follows: mcp = FastMCP() @mcp.resource(uri="resource://hello") async def get_greeting() -> str: ctx: Context[ServerSession, object] = mcp.get_context() raw_request: Request = ctx.request_context.request # Starlette Request object headers = raw_request.headers # do something with the headers How Has This Been Tested? Breaking Changes The only breaking change is in typing. As a matter of fact the following generic classes have now an additional type argument RequestT (raw request type): class RequestContext(Generic[SessionT, LifespanContextT, RequestT]) class Server(Generic[LifespanResultT, RequestT]) 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) [x ] Documentation update Checklist I have read the MCP Documentation [ x] 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

Open Graph Description: closes #195 Added support for injecting the raw request into the RequestContext. Motivation and Context In real-life applications, authentication may rely on request headers. In the case where the ...

X Description: closes #195 Added support for injecting the raw request into the RequestContext. Motivation and Context In real-life applications, authentication may rely on request headers. In the case where the ...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:3ae343f7-1ce5-dff6-64ec-39ab74d26868
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9026:274E5F:394C50:4DBB36:6A5A60A1
html-safe-nonce00e21451c23538dc0716b509b679af88d778bbf410151074c6b02797414a9b85
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MDI2OjI3NEU1RjozOTRDNTA6NERCQjM2OjZBNUE2MEExIiwidmlzaXRvcl9pZCI6IjQ3NTY3MTcyNTYwOTIzMTE3MTMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac875070c8356357e6f897c2c9b01d677c6a74569766a5909671222cb2ea9a903c
hovercard-subject-tagpull_request:2421479993
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/380/files
twitter:imagehttps://avatars.githubusercontent.com/u/4647490?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/4647490?s=400&v=4
og:image:altcloses #195 Added support for injecting the raw request into the RequestContext. Motivation and Context In real-life applications, authentication may rely on request headers. In the case where the ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None05b9ddf6a47d2dbe13944873a99f5fb4b83ba4871f9cb8a8e256793a63ca9687
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
releasef8d29d1bd03dda2dd14b3f80b8bc27e1111f43bd
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/pull/380/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F380%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%2F380%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/380/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/380/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
ylassouedhttps://github.com/ylassoued
modelcontextprotocol:mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
ylassoued:ylassoued/feat-requesthttps://github.com/ylassoued/python-sdk/tree/ylassoued/feat-request
Conversation 34 https://github.com/modelcontextprotocol/python-sdk/pull/380
Commits 10 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits
Checks 0 https://github.com/modelcontextprotocol/python-sdk/pull/380/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/380/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/380/files
Added support for raw request injection in RequestContext. https://github.com/modelcontextprotocol/python-sdk/pull/380/files#top
Show all changes 10 commits https://github.com/modelcontextprotocol/python-sdk/pull/380/files
5553f22 Added support for raw request injection in RequestContext. Mar 27, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/5553f22c216f08b5d2d92973517cfb6363ce74a2
e240577 Fixed typing issues. Reverted Context generic type parameters. Mar 27, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/e2405770e85ceae36622b43ad6b837a55cc1e222
c31e7e1 Merge branch 'main' into ylassoued/feat-request ylassoued Mar 27, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/c31e7e1ba48fa60eeabb5a75a6522f8b04f57843
e4e2c1b Deleted .idea folder. Mar 27, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/e4e2c1b30c4a39ab87bfffa17e6d6e018ce73399
be1c7da Merge branch 'ylassoued/feat-request' of github.com:ylassoued/python-… Mar 27, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/be1c7da981df9b813c143aa57d8c948208fca850
7d1e303 Merge branch 'main' into ylassoued/feat-request ylassoued Apr 2, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/7d1e303e534b0bcbd75e519caa926a12a4929990
54fa7d3 Merge branch 'main' into ylassoued/feat-request ylassoued Apr 8, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/54fa7d3cb9b69c94b78f3cf6ee55725751349085
a0d0ee5 Merge branch 'main' into ylassoued/feat-request ylassoued Apr 23, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/a0d0ee5e2557b581a17261e032b89429876f6492
2c33194 Merge branch 'main' into ylassoued/feat-request ylassoued May 11, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/2c3319474bf553797793231da6309ee29d3728a3
f51d257 Merge branch 'main' into ylassoued/feat-request ylassoued May 23, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/380/commits/f51d257d3eb1f7d3d57168b404c11f830db6e530
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/380/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/380/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/380/files
session.py https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
server.py https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
server.py https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
context.py https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-39333468a87a8b7df9e7916239f97203647716e5465b846328ec277e179c7ceb
memory.py https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
progress.py https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-73ecc01a546bfffea52229f1dd8827b837cd494da8172d3e2269ae2fd7a46186
test_list_roots_callback.py https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-90b39d804728390ef9eab471f7f9877b35f83c44d63b99a1ea9653f6d5e11ee9
test_sampling_callback.py https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-2644de1d5107de80cb62cb010cb87b5858288fdd961806d4abdbc822f1d30540
src/mcp/client/session.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
View file https://github.com/ylassoued/python-sdk/blob/f51d257d3eb1f7d3d57168b404c11f830db6e530/src/mcp/client/session.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/380/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
src/mcp/server/fastmcp/server.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
View file https://github.com/ylassoued/python-sdk/blob/f51d257d3eb1f7d3d57168b404c11f830db6e530/src/mcp/server/fastmcp/server.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/380/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
src/mcp/server/lowlevel/server.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
View file https://github.com/ylassoued/python-sdk/blob/f51d257d3eb1f7d3d57168b404c11f830db6e530/src/mcp/server/lowlevel/server.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/380/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
src/mcp/shared/context.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-39333468a87a8b7df9e7916239f97203647716e5465b846328ec277e179c7ceb
View file https://github.com/ylassoued/python-sdk/blob/f51d257d3eb1f7d3d57168b404c11f830db6e530/src/mcp/shared/context.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/380/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-39333468a87a8b7df9e7916239f97203647716e5465b846328ec277e179c7ceb
src/mcp/shared/memory.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
View file https://github.com/ylassoued/python-sdk/blob/f51d257d3eb1f7d3d57168b404c11f830db6e530/src/mcp/shared/memory.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/380/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
src/mcp/shared/progress.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-73ecc01a546bfffea52229f1dd8827b837cd494da8172d3e2269ae2fd7a46186
View file https://github.com/ylassoued/python-sdk/blob/f51d257d3eb1f7d3d57168b404c11f830db6e530/src/mcp/shared/progress.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/380/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-73ecc01a546bfffea52229f1dd8827b837cd494da8172d3e2269ae2fd7a46186
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-73ecc01a546bfffea52229f1dd8827b837cd494da8172d3e2269ae2fd7a46186
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-73ecc01a546bfffea52229f1dd8827b837cd494da8172d3e2269ae2fd7a46186
tests/client/test_list_roots_callback.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-90b39d804728390ef9eab471f7f9877b35f83c44d63b99a1ea9653f6d5e11ee9
View file https://github.com/ylassoued/python-sdk/blob/f51d257d3eb1f7d3d57168b404c11f830db6e530/tests/client/test_list_roots_callback.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/380/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-90b39d804728390ef9eab471f7f9877b35f83c44d63b99a1ea9653f6d5e11ee9
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-90b39d804728390ef9eab471f7f9877b35f83c44d63b99a1ea9653f6d5e11ee9
tests/client/test_sampling_callback.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-2644de1d5107de80cb62cb010cb87b5858288fdd961806d4abdbc822f1d30540
View file https://github.com/ylassoued/python-sdk/blob/f51d257d3eb1f7d3d57168b404c11f830db6e530/tests/client/test_sampling_callback.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/380/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-2644de1d5107de80cb62cb010cb87b5858288fdd961806d4abdbc822f1d30540
https://github.com/modelcontextprotocol/python-sdk/pull/380/files#diff-2644de1d5107de80cb62cb010cb87b5858288fdd961806d4abdbc822f1d30540
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.