René's URL Explorer Experiment


Title: fix(server): return -32602 for resource not found (SEP-2164) by pja-ant · Pull Request #2344 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: fix(server): return -32602 for resource not found (SEP-2164) by pja-ant · Pull Request #2344 · modelcontextprotocol/python-sdk

X Title: fix(server): return -32602 for resource not found (SEP-2164) by pja-ant · Pull Request #2344 · modelcontextprotocol/python-sdk

Description: Summary Implements SEP-2164 — standardizes the resource-not-found error code to -32602 (Invalid Params). Problem The Python SDK currently returns error code 0 for resource-not-found, making it impossible for clients to reliably distinguish this from other errors. The spec now requires -32602 with the URI in the data field. Changes Add ResourceNotFoundError(ResourceError) subclass in mcpserver/exceptions.py MCPServer.read_resource() now raises ResourceNotFoundError (instead of generic ResourceError) when the resource doesn't exist _handle_read_resource() catches ResourceNotFoundError and converts it to MCPError(code=INVALID_PARAMS, ..., data={"uri": ...}) The subclass approach keeps backward compatibility — existing code catching ResourceError continues to work unchanged. Wire format (before → after) { "jsonrpc": "2.0", "id": 2, "error": { - "code": 0, + "code": -32602, "message": "Unknown resource: file:///nonexistent.txt", - "data": null + "data": {"uri": "file:///nonexistent.txt"} } } Spec: modelcontextprotocol/modelcontextprotocol#2164

Open Graph Description: Summary Implements SEP-2164 — standardizes the resource-not-found error code to -32602 (Invalid Params). Problem The Python SDK currently returns error code 0 for resource-not-found, making it impo...

X Description: Summary Implements SEP-2164 — standardizes the resource-not-found error code to -32602 (Invalid Params). Problem The Python SDK currently returns error code 0 for resource-not-found, making it impo...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:4f67feac-ec03-c856-2e09-01ed6fff4017
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8248:29E248:1384619:1941F37:6A5B0F70
html-safe-nonce14ae50b3de40778efad77a25998a99aaf55536c2c6c0558caedc5c14304cc063
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MjQ4OjI5RTI0ODoxMzg0NjE5OjE5NDFGMzc6NkE1QjBGNzAiLCJ2aXNpdG9yX2lkIjoiNjU0OTIxNTU0MzQ3NjAzMTM0NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacea801b4bc8304a19bbd6f998a343c83db6cbb308cd15e9a3ec347f33890ea809
hovercard-subject-tagpull_request:3445761142
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/2344/files
twitter:imagehttps://avatars.githubusercontent.com/u/227474472?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/227474472?s=400&v=4
og:image:altSummary Implements SEP-2164 — standardizes the resource-not-found error code to -32602 (Invalid Params). Problem The Python SDK currently returns error code 0 for resource-not-found, making it impo...
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/2344/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F2344%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%2F2344%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/2344/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/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
pja-anthttps://github.com/pja-ant
mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
feat/sep-2164-resource-not-found-error-codehttps://github.com/modelcontextprotocol/python-sdk/tree/feat/sep-2164-resource-not-found-error-code
Conversation 17 https://github.com/modelcontextprotocol/python-sdk/pull/2344
Commits 7 https://github.com/modelcontextprotocol/python-sdk/pull/2344/commits
Checks 29 https://github.com/modelcontextprotocol/python-sdk/pull/2344/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/2344/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
fix(server): return -32602 for resource not found (SEP-2164) https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#top
Show all changes 7 commits https://github.com/modelcontextprotocol/python-sdk/pull/2344/files
3007354 fix(server): return -32602 for resource not found (SEP-2164) pja-ant Mar 25, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2344/commits/3007354833cf12f674672951ec2b9267f39adb60
bcbb7ac fix(server): raise distinct errors for not-found vs template failure pja-ant Apr 20, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2344/commits/bcbb7acccbccfbca8e89f56aa7e6d69cc4c71228
36e5268 fix(server): let template handlers signal not-found per SEP-2164 pja-ant Apr 20, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2344/commits/36e5268cc5be39aacb32cea7d4777760a2c55b2e
0172696 refactor(server): keep ResourceNotFoundError out of top-level mcpserv… pja-ant Apr 22, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2344/commits/0172696cb0f96c6fde92d89cb2a671ebed992ed9
6bc310e chore(server): address review nits on resource error handling pja-ant Apr 30, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2344/commits/6bc310eed3eb9e3d6a9f82a61c7e2245fa766498
8ded8de docs(server): document Raises on MCPServer.read_resource() pja-ant Apr 30, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2344/commits/8ded8de25f958d896c150037a47a945d2978b424
fc40588 docs(server): document Raises on Context.read_resource() pja-ant Apr 30, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2344/commits/fc4058825d8f9ad161aa6eae84191e3196c61a6c
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/2344/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
migration.md https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
context.py https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-b8a980ea2822cbd7a2f938f77b794ef9df6724acb5d637fdf87c0ad2bfe2db1a
exceptions.py https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-4343e4fda257688e024d6e56e3e7231df9629875646da991f6ad532bb90cf275
resource_manager.py https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-3638946fe0f98df2b1f99f9237907bc1344596ddd20cdfbb297d3ae874894cfd
templates.py https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-44c89eefb9a0f376f6c3004ad4a44828e0403a96114fe008c0dd7a708abde7cc
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
test_resource_manager.py https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-8c172adad20fc633a6965eec4784cfb4f2631fd7d88fa37003b689ca6e44dce1
test_resource_template.py https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-1984957e9d1e3a3e525ce9a3707676cae0b81fd98ba0866abf8ce087e1c443b6
test_server.py https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
docs/migration.mdhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
View file https://github.com/modelcontextprotocol/python-sdk/blob/fc4058825d8f9ad161aa6eae84191e3196c61a6c/docs/migration.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2344/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-758ba107a728fccfdf0d098b2c06ded59127dd53ea287d630f72fb51040bc72d
src/mcp/server/mcpserver/context.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-b8a980ea2822cbd7a2f938f77b794ef9df6724acb5d637fdf87c0ad2bfe2db1a
View file https://github.com/modelcontextprotocol/python-sdk/blob/fc4058825d8f9ad161aa6eae84191e3196c61a6c/src/mcp/server/mcpserver/context.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2344/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-b8a980ea2822cbd7a2f938f77b794ef9df6724acb5d637fdf87c0ad2bfe2db1a
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-b8a980ea2822cbd7a2f938f77b794ef9df6724acb5d637fdf87c0ad2bfe2db1a
src/mcp/server/mcpserver/exceptions.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-4343e4fda257688e024d6e56e3e7231df9629875646da991f6ad532bb90cf275
View file https://github.com/modelcontextprotocol/python-sdk/blob/fc4058825d8f9ad161aa6eae84191e3196c61a6c/src/mcp/server/mcpserver/exceptions.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2344/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-4343e4fda257688e024d6e56e3e7231df9629875646da991f6ad532bb90cf275
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-4343e4fda257688e024d6e56e3e7231df9629875646da991f6ad532bb90cf275
src/mcp/server/mcpserver/resources/resource_manager.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-3638946fe0f98df2b1f99f9237907bc1344596ddd20cdfbb297d3ae874894cfd
View file https://github.com/modelcontextprotocol/python-sdk/blob/fc4058825d8f9ad161aa6eae84191e3196c61a6c/src/mcp/server/mcpserver/resources/resource_manager.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2344/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-3638946fe0f98df2b1f99f9237907bc1344596ddd20cdfbb297d3ae874894cfd
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-3638946fe0f98df2b1f99f9237907bc1344596ddd20cdfbb297d3ae874894cfd
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-3638946fe0f98df2b1f99f9237907bc1344596ddd20cdfbb297d3ae874894cfd
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-3638946fe0f98df2b1f99f9237907bc1344596ddd20cdfbb297d3ae874894cfd
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-3638946fe0f98df2b1f99f9237907bc1344596ddd20cdfbb297d3ae874894cfd
src/mcp/server/mcpserver/resources/templates.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-44c89eefb9a0f376f6c3004ad4a44828e0403a96114fe008c0dd7a708abde7cc
View file https://github.com/modelcontextprotocol/python-sdk/blob/fc4058825d8f9ad161aa6eae84191e3196c61a6c/src/mcp/server/mcpserver/resources/templates.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2344/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-44c89eefb9a0f376f6c3004ad4a44828e0403a96114fe008c0dd7a708abde7cc
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-44c89eefb9a0f376f6c3004ad4a44828e0403a96114fe008c0dd7a708abde7cc
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-44c89eefb9a0f376f6c3004ad4a44828e0403a96114fe008c0dd7a708abde7cc
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-44c89eefb9a0f376f6c3004ad4a44828e0403a96114fe008c0dd7a708abde7cc
src/mcp/server/mcpserver/server.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
View file https://github.com/modelcontextprotocol/python-sdk/blob/fc4058825d8f9ad161aa6eae84191e3196c61a6c/src/mcp/server/mcpserver/server.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2344/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
claudehttps://github.com/apps/claude
Apr 22, 2026https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#r3123594429
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
claudehttps://github.com/apps/claude
Apr 20, 2026https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#r3112089074
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
Kludexhttps://github.com/Kludex
Apr 21, 2026https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#r3115822445
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
pja-anthttps://github.com/pja-ant
Apr 22, 2026https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#r3124442024
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
tests/server/mcpserver/resources/test_resource_manager.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-8c172adad20fc633a6965eec4784cfb4f2631fd7d88fa37003b689ca6e44dce1
View file https://github.com/modelcontextprotocol/python-sdk/blob/fc4058825d8f9ad161aa6eae84191e3196c61a6c/tests/server/mcpserver/resources/test_resource_manager.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2344/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-8c172adad20fc633a6965eec4784cfb4f2631fd7d88fa37003b689ca6e44dce1
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-8c172adad20fc633a6965eec4784cfb4f2631fd7d88fa37003b689ca6e44dce1
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-8c172adad20fc633a6965eec4784cfb4f2631fd7d88fa37003b689ca6e44dce1
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-8c172adad20fc633a6965eec4784cfb4f2631fd7d88fa37003b689ca6e44dce1
tests/server/mcpserver/resources/test_resource_template.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-1984957e9d1e3a3e525ce9a3707676cae0b81fd98ba0866abf8ce087e1c443b6
View file https://github.com/modelcontextprotocol/python-sdk/blob/fc4058825d8f9ad161aa6eae84191e3196c61a6c/tests/server/mcpserver/resources/test_resource_template.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2344/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-1984957e9d1e3a3e525ce9a3707676cae0b81fd98ba0866abf8ce087e1c443b6
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-1984957e9d1e3a3e525ce9a3707676cae0b81fd98ba0866abf8ce087e1c443b6
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-1984957e9d1e3a3e525ce9a3707676cae0b81fd98ba0866abf8ce087e1c443b6
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-1984957e9d1e3a3e525ce9a3707676cae0b81fd98ba0866abf8ce087e1c443b6
tests/server/mcpserver/test_server.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
View file https://github.com/modelcontextprotocol/python-sdk/blob/fc4058825d8f9ad161aa6eae84191e3196c61a6c/tests/server/mcpserver/test_server.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2344/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
https://github.com/modelcontextprotocol/python-sdk/pull/2344/files#diff-c191383f010475fc22bf69d35f14f16d7e45098b05a1a0f03ad66d6c151d1f34
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2344/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.