René's URL Explorer Experiment


Title: Correlate invalid JSON-RPC envelope errors with the original request id by GauthamPrabhuM · Pull Request #2857 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: Correlate invalid JSON-RPC envelope errors with the original request id by GauthamPrabhuM · Pull Request #2857 · modelcontextprotocol/python-sdk

X Title: Correlate invalid JSON-RPC envelope errors with the original request id by GauthamPrabhuM · Pull Request #2857 · modelcontextprotocol/python-sdk

Description: Summary Fixes #2848. A JSON-RPC message that is valid JSON but not a valid request object (wrong jsonrpc version, missing jsonrpc, non-string method, etc.) was not answered with an error that a client could correlate back to its request. Per JSON-RPC 2.0, the server should reply with an Invalid Request (-32600) error that echoes the original request id when it is detectable (and null otherwise). Previously the behavior was inconsistent and uncorrelatable: Streamable HTTP replied 400 with id: null and code -32602 (Invalid params). A client that pipelines requests 1, 2, 3 and trips this on #2 saw a response with a non-matching id and no way to know which request failed. stdio sent no response at all — the validation exception was forwarded into the read stream and silently dropped by the dispatcher, so the original request hung from the client's perspective. Changes Added mcp.types.jsonrpc.extract_request_id() — best-effort extraction of the id from a raw payload that failed envelope validation, returning None when no valid id is present (bool and fractional values are rejected, since they are not valid RequestId types). Streamable HTTP (server/streamable_http.py): invalid envelopes now reply -32600 with the correlated id instead of -32602/null. _create_error_response gained an optional request_id parameter. stdio (server/stdio.py): an id-bearing line that fails validation now emits a correlated -32600 error response on the write stream. Lines without a detectable id (parse errors, malformed notifications, invalid id types) keep the previous behavior of forwarding the exception without a response. Testing New parametrized tests on both transports covering all three cases from the issue plus string ids, undetectable ids, and invalid id types (bool, fractional). Updated test_hosting_http.py to assert the new -32600 code for the batched-request case. End-to-end verified against a live stdio subprocess and a live streamable-HTTP server following a full init flow: invalid envelopes return correlated -32600 errors and a follow-up ping still succeeds. Full suite green: ./scripts/test (1788 passed), 100% coverage, ruff, pyright all clean. Migration / breaking change The error code returned for an invalid JSON-RPC envelope over both transports changes from -32602 (Invalid params) to -32600 (Invalid Request), and the response id is now populated when detectable. This is a behavioral change to error responses; documented here for reviewers since it may affect clients that string-matched on the prior code. 🤖 Generated with Claude Code

Open Graph Description: Summary Fixes #2848. A JSON-RPC message that is valid JSON but not a valid request object (wrong jsonrpc version, missing jsonrpc, non-string method, etc.) was not answered with an error that a cli...

X Description: Summary Fixes #2848. A JSON-RPC message that is valid JSON but not a valid request object (wrong jsonrpc version, missing jsonrpc, non-string method, etc.) was not answered with an error that a cli...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:6c4b6172-9f42-712b-bf57-f48f88d71503
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA074:1F5D45:8AF53E:BC7961:6A5A85DF
html-safe-nonce78be446892a6757dba4799e1c464ee9e81fbb50127ce34d873460329ba81589b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDc0OjFGNUQ0NTo4QUY1M0U6QkM3OTYxOjZBNUE4NURGIiwidmlzaXRvcl9pZCI6IjgwODM1MzIyODcxNTYzMjM4MDciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacab25666c97fcf6f50c851206e547112e03187d1a36af46d8d4c232db2452e2db
hovercard-subject-tagpull_request:3858824825
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/2857/files
twitter:imagehttps://avatars.githubusercontent.com/u/71874814?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/71874814?s=400&v=4
og:image:altSummary Fixes #2848. A JSON-RPC message that is valid JSON but not a valid request object (wrong jsonrpc version, missing jsonrpc, non-string method, etc.) was not answered with an error that a cli...
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
release7c8a44665d760d73ead7e85d8f88b299152aa681
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F2857%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%2F2857%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/2857/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2857/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
GauthamPrabhuMhttps://github.com/GauthamPrabhuM
modelcontextprotocol:mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
GauthamPrabhuM:feature/gauthamprabhu/correlate-invalid-envelope-request-idhttps://github.com/GauthamPrabhuM/python-sdk/tree/feature/gauthamprabhu/correlate-invalid-envelope-request-id
Conversation 1 https://github.com/modelcontextprotocol/python-sdk/pull/2857
Commits 2 https://github.com/modelcontextprotocol/python-sdk/pull/2857/commits
Checks 27 https://github.com/modelcontextprotocol/python-sdk/pull/2857/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/2857/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files
Correlate invalid JSON-RPC envelope errors with the original request id https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#top
Show all changes 2 commits https://github.com/modelcontextprotocol/python-sdk/pull/2857/files
e3f1cfd Correlate invalid-envelope errors with the original request id Jun 13, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2857/commits/e3f1cfd992330a14c9b9f91dd727d29a81fbb12b
b4a5af8 Merge remote-tracking branch 'origin/main' into feature/gauthamprabhu… Jun 22, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2857/commits/b4a5af8a4b581c9a420264847c845d4092a670be
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/2857/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files
migration.md https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
stdio.py https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-19a44750677a645222700b9984d14682f626518ae045cf909c4daf665cb3264e
streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
jsonrpc.py https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-bf630a0253b7e8c4d256296014e66e2f71e362ad890892d1bfbf94b3aebe132c
test_hosting_http.py https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-25c736951e89c76e3f06e5f6b36924f2fecb911b5bd98e4c74bf8249e8480fac
test_stdio.py https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-3e62be39a5c1d8b8dfe922d017c0fae7b023fa1ffac872a0e046f13ef8ca899a
test_streamable_http.py https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
docs/migration.mdhttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
View file https://github.com/GauthamPrabhuM/python-sdk/blob/b4a5af8a4b581c9a420264847c845d4092a670be/docs/migration.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2857/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
src/mcp/server/stdio.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-19a44750677a645222700b9984d14682f626518ae045cf909c4daf665cb3264e
View file https://github.com/GauthamPrabhuM/python-sdk/blob/b4a5af8a4b581c9a420264847c845d4092a670be/src/mcp/server/stdio.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2857/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-19a44750677a645222700b9984d14682f626518ae045cf909c4daf665cb3264e
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-19a44750677a645222700b9984d14682f626518ae045cf909c4daf665cb3264e
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-19a44750677a645222700b9984d14682f626518ae045cf909c4daf665cb3264e
src/mcp/server/streamable_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
View file https://github.com/GauthamPrabhuM/python-sdk/blob/b4a5af8a4b581c9a420264847c845d4092a670be/src/mcp/server/streamable_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2857/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-0119e4c1bbf2fde7ba89b9c9f5bc472ccc2332f84e96e47cf9e45cebef801da3
src/mcp/types/jsonrpc.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-bf630a0253b7e8c4d256296014e66e2f71e362ad890892d1bfbf94b3aebe132c
View file https://github.com/GauthamPrabhuM/python-sdk/blob/b4a5af8a4b581c9a420264847c845d4092a670be/src/mcp/types/jsonrpc.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2857/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-bf630a0253b7e8c4d256296014e66e2f71e362ad890892d1bfbf94b3aebe132c
tests/interaction/transports/test_hosting_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-25c736951e89c76e3f06e5f6b36924f2fecb911b5bd98e4c74bf8249e8480fac
View file https://github.com/GauthamPrabhuM/python-sdk/blob/b4a5af8a4b581c9a420264847c845d4092a670be/tests/interaction/transports/test_hosting_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2857/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-25c736951e89c76e3f06e5f6b36924f2fecb911b5bd98e4c74bf8249e8480fac
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-25c736951e89c76e3f06e5f6b36924f2fecb911b5bd98e4c74bf8249e8480fac
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-25c736951e89c76e3f06e5f6b36924f2fecb911b5bd98e4c74bf8249e8480fac
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-25c736951e89c76e3f06e5f6b36924f2fecb911b5bd98e4c74bf8249e8480fac
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-25c736951e89c76e3f06e5f6b36924f2fecb911b5bd98e4c74bf8249e8480fac
tests/server/test_stdio.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-3e62be39a5c1d8b8dfe922d017c0fae7b023fa1ffac872a0e046f13ef8ca899a
View file https://github.com/GauthamPrabhuM/python-sdk/blob/b4a5af8a4b581c9a420264847c845d4092a670be/tests/server/test_stdio.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2857/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-3e62be39a5c1d8b8dfe922d017c0fae7b023fa1ffac872a0e046f13ef8ca899a
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-3e62be39a5c1d8b8dfe922d017c0fae7b023fa1ffac872a0e046f13ef8ca899a
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-3e62be39a5c1d8b8dfe922d017c0fae7b023fa1ffac872a0e046f13ef8ca899a
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-3e62be39a5c1d8b8dfe922d017c0fae7b023fa1ffac872a0e046f13ef8ca899a
tests/shared/test_streamable_http.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
View file https://github.com/GauthamPrabhuM/python-sdk/blob/b4a5af8a4b581c9a420264847c845d4092a670be/tests/shared/test_streamable_http.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2857/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
https://github.com/modelcontextprotocol/python-sdk/pull/2857/files#diff-57d1f3c64af36960aa61b1d77387fb6201b90fbc2f3d606bf2761315ce618cc5
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2857/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.