René's URL Explorer Experiment


Title: Add story-style examples suite (27 stories + harness + CI) by maxisbey · Pull Request #2957 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: Add story-style examples suite (27 stories + harness + CI) by maxisbey · Pull Request #2957 · modelcontextprotocol/python-sdk

X Title: Add story-style examples suite (27 stories + harness + CI) by maxisbey · Pull Request #2957 · modelcontextprotocol/python-sdk

Description: Adds a story-style examples suite: one self-contained folder per protocol feature, each with server.py (MCPServer), server_lowlevel.py (lowlevel Server), client.py, and README.md. Mirrors the typescript-sdk v2-2026-07-28 examples layout. Motivation and Context The existing examples are spread across four parallel layouts and only everything-server runs in CI. We want examples that: answer "how do I do X?" with one small, focused folder a user can read top to bottom — the duplication across folders is deliberate run as part of the test suite, so any public-API change is immediately visible against real usage cover both the 2025-handshake and 2026-stateless eras, with both MCPServer and lowlevel Server variants wherever the feature allows What's in this PR 27 runnable stories under examples/stories/: tools, prompts, resources, lifespan, dual_era, streaming, legacy_elicitation, sampling, stickynotes, custom_methods, schema_validators, middleware, parallel_calls, roots, pagination, error_handling, serve_one, stateless_legacy, json_response, legacy_routing, starlette_mount, sse_polling, standalone_get, reconnect, bearer_auth, oauth, oauth_client_credentials — 23 of them with a lowlevel Server sibling. 7 README-only stubs for features not yet runnable here: caching, mrtr, subscriptions, tasks, apps, skills, events. Every client.py constructs the Client inline. The body is async def main(target, *, mode="auto"): async with Client(target, mode=mode) as client: ... — the one line a client example exists to teach is visible in every file, and the harness only decides what target is. An AST shape-check (tests/examples/test_story_shape.py) keeps it that way. Test harness (tests/examples/): manifest.toml parametrizes each story across (server variant × transport × era) — 266 legs in ~1.5s, all in-memory or ASGI-bridged, no subprocesses or sleeps. Plus a 3-leg subprocess smoke test (gated on MCP_EXAMPLES_SMOKE=1) that runs the literal documented commands over real stdio/uvicorn. Self-hosting HTTP runs. python -m stories..client --http with no URL starts the sibling server on a port it owns, waits for it, runs the scenario, and tears it down — nothing to background, kill, or collide. --http still targets a server you run yourself, and stays the documented form in the stories where hosting is the lesson. Status markers. The manifest carries status = current | legacy | deprecated, surfaced in the story index; legacy-mechanism stories (e.g. legacy_elicitation, the handshake-era push that MRTR replaces) and deprecated features (roots, sampling, the logging half of streaming) open their READMEs with a banner and a migration note. Scaffolding: _harness.py (client-side) and _hosting.py (server-side, isolating the HTTP entry calls still being reshaped so one edit propagates), _shared/auth.py (in-process AS for the auth stories). Single examples/pyproject.toml workspace member, so from stories.tools.server import build_server works in scripts, -m, and pytest. CI: the in-memory matrix runs in the existing test job; the smoke leg runs on one ubuntu cell. The existing examples/clients/, examples/servers/*, examples/mcpserver/, and examples/snippets/ directories are left in place for now. How Has This Been Tested? ./scripts/test: 100% coverage, strict-no-cover clean (net −6 # pragma: no cover in src/ — the stories exercise previously-uncovered branches) pytest tests/examples/: 261 passed, 2 xfail (a documented progress-drop on the modern HTTP path), 3 skipped (smoke without the env var) MCP_EXAMPLES_SMOKE=1 pytest tests/examples/test_stories_smoke.py: 3 passed over real subprocess stdio + uvicorn pyright, ruff, markdownlint, pre-commit: clean 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 Intentional behavior changes src/mcp/server/{elicitation,lowlevel/server,mcpserver/server}.py, src/mcp/shared/exceptions.py: removed 6 # pragma: no cover markers on branches the new stories now exercise. No logic change. Known caveats / follow-ups mrtr/ and subscriptions/ are stubs even though their lowlevel registration surface now exists on main (#2967); implementing them is a deliberate follow-up to keep this PR reviewable. Same for the deferred extension stories. Several SDK ergonomic gaps surfaced while writing these (e.g. no Client(stdio_params) overload, no auth= passthrough on Client(url), no public MCPServer middleware accessor, no server-side supported-protocol-versions override). The stories work around them in the harness, never in the user-facing files; tracked separately. Consolidating the old examples/{clients,servers,mcpserver}/ trees into stories/ is a follow-up. AI Disclaimer

Open Graph Description: Adds a story-style examples suite: one self-contained folder per protocol feature, each with server.py (MCPServer), server_lowlevel.py (lowlevel Server), client.py, and README.md. Mirrors the types...

X Description: Adds a story-style examples suite: one self-contained folder per protocol feature, each with server.py (MCPServer), server_lowlevel.py (lowlevel Server), client.py, and README.md. Mirrors the types...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:865da915-62a2-fc46-dd3d-fc0eed56fcb4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD4D6:277FD5:9B5524:D01088:6A5B49F0
html-safe-nonce62afd518bf71b52da2a16f06c57367a4c0bf66701f0e8e90703b272e5ce68d8a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENEQ2OjI3N0ZENTo5QjU1MjQ6RDAxMDg4OjZBNUI0OUYwIiwidmlzaXRvcl9pZCI6IjE0Mzk5MTM2MzA1ODY1ODc2MzIiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac00fad30689ebc0b72b2a970fa241625ddbc501688aa24c43f84a3d0a2e44fa7d
hovercard-subject-tagpull_request:3923154184
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/2957/files
twitter:imagehttps://avatars.githubusercontent.com/u/224885523?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/224885523?s=400&v=4
og:image:altAdds a story-style examples suite: one self-contained folder per protocol feature, each with server.py (MCPServer), server_lowlevel.py (lowlevel Server), client.py, and README.md. Mirrors the types...
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/2957/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F2957%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%2F2957%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/2957/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2957/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 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
maxisbeyhttps://github.com/maxisbey
mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
examples-story-suitehttps://github.com/modelcontextprotocol/python-sdk/tree/examples-story-suite
Conversation 47 https://github.com/modelcontextprotocol/python-sdk/pull/2957
Commits 17 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits
Checks 34 https://github.com/modelcontextprotocol/python-sdk/pull/2957/checks
Files changed https://github.com/modelcontextprotocol/python-sdk/pull/2957/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files
Add story-style examples suite (27 stories + harness + CI) https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#top
Show all changes 17 commits https://github.com/modelcontextprotocol/python-sdk/pull/2957/files
b7cb400 Add story-style examples suite (29 stories + harness + CI) maxisbey Jun 23, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/b7cb400f4b417fffcba6c25fff37ed6b035d8eb9
488e343 Remove examples superseded by stories/; update dangling references maxisbey Jun 23, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/488e343c2560866a009fff114b7a92b4fefaa905
70c9233 Remove no-cover pragmas for paths now exercised by story examples maxisbey Jun 23, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/70c9233e4ab80c4be33fc3ef14691547552b4859
1a83927 Drop internal tracking codes from conftest docstrings maxisbey Jun 23, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/1a839277ecad5e45174e02ca176393d42cc64fe3
bf8a62b Restore old example directories; fix typing.TypedDict on Python < 3.12 maxisbey Jun 24, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/bf8a62bee5c77ee0dd3ef9bb9bb9dc34b1d12edf
123b265 Restore original references to old example dirs (revert remainder) maxisbey Jun 24, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/123b265506826f4a8d52bc1ca4054ae3c58d1dfb
4ef42e9 Add lax no cover to both arms of tomllib version-gate maxisbey Jun 24, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/4ef42e989c1a80f8da1d10a66e7d423a55c03023
2c85d92 Show Client construction in every story; cut/rename stories per review maxisbey Jun 25, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/2c85d921cc8409ee7df25550efb953cf3e5becb0
8abdafc Add a story shape-check; document the canonical example shape maxisbey Jun 25, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/8abdafc596def072d15bc6d7f4502d81868a3513
dd28eb4 Adapt the story suite to the merged 2026 client surface maxisbey Jun 25, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/dd28eb4f9aeae69b4317adcf66d988cafed1cfe8
c6d7bb6 Address example-suite review findings maxisbey Jun 25, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/c6d7bb61af5815ad0784d3151e459b6b8c989e8b
842d619 READMEs: capture the server PID instead of relying on job control maxisbey Jun 25, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/842d61910b524c50fbdae45fbe28d787cf3a2b38
c223fec Let client.py self-host its server for HTTP runs maxisbey Jun 25, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/c223fecda0a7f1b6c68daa3810c67fb1f1da849b
27438a5 Adapt story suite to the mcp-types package split after rebase maxisbey Jun 25, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/27438a5502d95fe79cd55760fc38a7271ed0946f
b7081bf Address story-suite review findings maxisbey Jun 26, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/b7081bf5f037d4f8b2e31ed2c7d20f401ccbd51b
fa9c543 Adapt the legacy_routing story to the Mcp-Method header rung in class… maxisbey Jun 26, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/fa9c543b6655d2be1b634000aedb80584b077f7f
23b42a3 legacy_routing README: name the Mcp-Method header rung maxisbey Jun 26, 2026 https://github.com/modelcontextprotocol/python-sdk/pull/2957/commits/23b42a39352b5f2563efde331bb77b2f9b4364b3
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/2957/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files
shared.yml https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9852c0f7d79fa9d5200f11511ffdbadc321f7115fe1c5e8d2f2e63863d2441ee
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-49aaa2819e35a856818ecec8c9fa7e1c79ad028d3f44bd749736353cfb51bac9
pyproject.toml https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-ec621ce961014259169f920ac6f3efa7535952a8b324b14893b0261a1c631369
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-eb36043b2439f0ee2fad3fb0df9ad6d6530e25acf10bba9b1df83c1278d16e02
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-a00581461a85040d3339d187c66d855b2d6097e4a2344cf554fb548f992e999e
_harness.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-268e95c414f4010a961fad49cf79a97b6169de72c08b464d5b9a580186d9ec4c
_hosting.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-570aaea6036e4234f6b49360fa214fed65ce71cf6525e912d45c99fc9a051ddf
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-28de0dde44b6a7cca0576c3805d011507393936ad6473d352ae6d4346d550d3e
auth.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-f2f595300f009963acd386e038c070bdc7ab4ff532e5f92a11fdd17dba1f0ec1
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9bc2c00302689c9f2705bc1798e47bf2101a5ef70454bbe09067c772b412fb80
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9f31deb61f1e774e556df0c51596128f92ee36e9b65f0bbe0260787faa5b1bf6
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-7403e7ad612c93fd19209b58c062e5a1e18069b7e77cfbbc9163c4bb5e7f3eef
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-2f962e698f7920c6ab7612f66ea981559a8752ed5831ad3ab0b3b5e130e60704
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-c388a5df49687a92e157c2bf1ffc603dd3b4b8f0c38cb80e0707ae72ddedffe4
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-aa9b249979d77f298cbcafd888652b050a656ab8378f74b5bd8665726bcd73fb
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9a7792de47568688cf5af07c7ab21772c9b31a810ae19c41d7077f9ef4dbe983
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-6cec90a674b9cc18cd8d5eebac4e07cc646c0b6e521b42af7fb73a8064bcf9eb
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-95a79db2fa24a12c0897e687da49baa3e99c22695f8f4542c13509a999325f09
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-3c764441e6d6e173a068805da4faea0b058a667bc02322ef5bf562407907cdf1
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-00c3c9e1294b4b6cebbbb3fb602da5220af823c9038d36ba331ed41aeb4146f0
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-61c6b9f57e8d905cc0037c993b078965b81d548712dc0c09bbf7eba83c6daaeb
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-e2df893a067b5b3a1efdccc0326cbbe10c70c370d14a99ea0ccffd0b5511ca11
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9a6233cce5fb7d163ac8be385543e00e7ea6533982fa2b9f9f2bba30c8f4c321
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-e2cb2fb1fd023a20fa5cc140567384041c6b982cd2deb061f002d3d614d3485a
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-7f702cc8aad0fb19dbee007650cd6de7a521507b2316b8b5c254c8fa795736cc
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-4e39b1f5288e6235627a4646e0b35d4d55dfc63c2987355a414ab8c416c52a99
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-fc4227f914d7d2c65762d9085f3d7002d21f4afb9ee686cd59acc9d4cabe40a9
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-7db6afe05def6470c786d2be4034313730f76700698bd8f356fbd32238dd87f2
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-8b52be4d246b5026c1997372834c75726949b8687d7f42bc213f36a68cc22fa5
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-3c5fd175297746142eee63bf562d7972623bbe26ac4f945c4fa8cc895916ac44
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9404150b92c247a81d16f8adbd2b706b90996bf957645da9e9fbba00eb73faa6
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-66dff8cb5766eaa34adbe65164566890169e8a9aa3c858bd6e6e9f42e9866f3e
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-d50b68b2553f306a8426fdb349e063b618298b5a98e7fdd115e6d3971306b436
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-ad9d9617e1ccaac4a3cdaa4fa5ea0a610ac4143bc2c6401dea00ca899133aa2f
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-d966bd63e375dde1b1dadd3615b579d0443009517e509804b09f42f9c66d9bab
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-e73d3feb9d82e88b0b0cf16671a3c5a287c1c8b52bf4d943bae2a552a655fb30
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-cc297376751f78195533b5c7dec5e723df7aabe013e5abb4f23519d4b3996d2f
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-3e7fc7f3efebc86fd0c7e3e8e0bcf2b5bed011bc65d1a985f7e8da40a2c46ee1
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-218e472eae0344ea846b990458084cc876f9deb050a9a874fcde7a36a2d5b9ec
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-a569d9142133de0cd349dfaa8b4f051c8d8f5afc972f145f49a1e2c934ecc66f
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-047b005b17f5c3be944140287559161d9d6c6636d6b2a425f0f3d4833aa334d4
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-55ab17e38bad2ccec39924f7bd63d842644728be61ffcf134ff82065b0038c25
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-d87ce5143bee6aa00173272359d959173a5c8dfdd8707bb68956722a549891b1
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-62c8718bec4319e68c795c82637640729e52c5f292f3e128c3e9027352872e0e
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-85459bd003f6a6f660944e15c9149b860a26eae4cb42c0aa63e209dc627cd297
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-237aa03456e915bd3d15c11bc63fd657e4b6d3edf0d2e6ddb04bf7579b5583e8
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-7336c36f94734c9589fb23d6d7ea2d3eaf152c480b90a6c2c61607ca4e83cdfc
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-2714a9473e27dc2d1757db0dc66a7ca9ac5d9764127404a9e6021e6c3980ce32
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-dfbb874f32cbec1685e313c63f350ba72cf8d1a840946c879c7ef5950c2e4771
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-e21d961aab0d89c4c056cc763fc8929ccfae8b7c802c4cd8704f38dbc0a10452
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-ea00f911c515c43811b28f81073d366dd0ab568a0adac0c127963e2a259e4f3f
manifest.toml https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-3465e861f1dadb6428365d1d397e322cf53ad60e35501e6aef36abb00106b189
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-6b080a3c44dde148c9f21bec08017e926cec47d1f8f911e0bf4bd708721febc7
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-cd6daaa6188c0f94c960a89f8532c353b03f7c55c44df923b2029758f4be9821
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-d44deb06bd5629f6f84bf059388fc1792e711ed13834e666238660bcc8e5ca4a
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-e7f0746d982b6ed2c1b763b299344ca2af57175c200326c57ea2cedfd8c1c30c
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-acb1cb1a1806735db8eed206d3c486f4f5888117866367424632190dfdae21a4
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-ec2980215aba699e4eed43935ba76aa3ca85c6ad4143655849f9e240c242df5c
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-e0fa526d5c11927468b9793fb36b5e02ad0180a12da929744657b74de1b3397f
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-272ca321406425ef835cb213d6071168e1100bc9d44f219660de8bc9c0705be9
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-2c552fbbc517ca93ccc743bcae5ad6dc519d013ed867b5a483e2a380615b023f
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-02f2dad3256eecce8364f47c701c3410b443d85311e54f7049cf6eac2729a03e
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-ccd21533728e5459071764de5e94ff2291dae991d356405ff28717a41f380b0a
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9d69be0953a275db53e7cc9cfc9ae97fd61d1011a564ea821b2665929b6e43a4
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-ac128c7b864861caefacffab7e88492857a67ba887c7f7fb72a5b9ea03f6dc2c
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-094bc81d3930cc9ba26fa7efb8702c043c1e2abd4f2788b50b9f1d2cd07a25a8
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-5c648da61339fd84fa0bc4a09bfc66ebf96afce276f5699d832abc81bd04d63c
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-cdc88ad0d3b4ffea3f58339ce48f27dca0f74513173346880b1194cc4772d9fd
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-953f6bc1059a7d6625da9458b8b9e5bbbd1c6dc3ec9dd6db76408e353d85633a
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-8a9d6e9cab3af5090892077b9b940ba32d0c8c6cf8075028ae7b0c95cca03343
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-f0273830872e8176c09c4edbd8dc6de103b009f100df2a91d0964511fb120745
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-7da23ec4e230647a152466a3d876d3b498acf7955c849983acb9e836343c4fdd
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-5c5e573317b8e8cd351bbe2218eb7ce156457579dc95ee8b99a5ab2c0d5bbd63
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-97f217daaf899e422523dffd0a93c029ed0498234dd834ce1bc31f384d0af143
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-01b3a807fb75c07447cc3a1e563ae02073102429a6cfbef3a313c0a55bcc74c0
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-8ab9b9d2465622a801d15db63014f5d4f6ed7ecab006ddd2459db644ea4b49ca
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-c4410df6e1f7687871f5f720cbe0e50979ecff77dda639b8bca6fb162798ce68
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-06bd7109e27577141d1c418b5ad1e02a74a396e8d673cb92d7b61e1fc0f0e3f3
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-15769f4c4104d360bcc33995713ac7a38067c3c3ea7beccfce6f9b69e5d76f1c
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-43f63cc08426cc1c747a77c3ab178af2a0f75edf3c83b6297329a8ea076c7865
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-a873afb589e0216ffb7da02e3142d77161b52eac664c992dee4a7583d8387d2b
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-641ad8efd9bbdf819504f0f37bcb4f226dc7ff1f600dba649e3bf87cf453f964
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-739215670cc33ab966601c881073a3fa4f8a0899df966b8faf0a3d04190d5c0d
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-bf0b9a858e18068b0a5a37e09d920494ac8e301d11ff1d9c5f59377e4f63d221
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-fb33a0ff334a98f6559cc75b7150b1baff644091785b67d99fb99b6c3a629e8f
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-fa4d7b11b25b692375a5f8c80a3d2008b20b4e4326b40565c00e749aae6b7434
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9d15f375dc1e81bebcd24b3a6550bb3dc83c7239e79831376ee945b5f45b68f4
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-450f4923c921986f9a359e2371a5a6822231c8b54a360f22b11acd4839c01497
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-91104a952a617dac90df402ef9524efda80ad83d90b144942c517d71d4ae83dc
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-5d260ba4926115ae3809d2233212c0d8c07a6a1dfdbfa29e79e8e4b6cc49fe9f
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-84566095b505ab022368490a79f4d52af55837b6d8d6a847d78b06fb2c1f909b
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-874f294f602758e2681be9cb3dea53a32945aace2445655eff0bea2b773e3c64
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-6a2b2e576ce8e16192ecfd60e07fba4ce4bdc48cf54c101816030f5f9cc214c5
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-10a32358ff1ad62def6e7a52708bf377652f84d6912264939b2213bcacc437eb
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-2f8efb88b43b12e0b44d1ab27b8a6a58ad6ce03721b1282eaada5e153a1f5892
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-466bb811febd54c67cc239c27c0ac5825bf27862d2493df95f323030043b62a0
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-4fc4c28589acee07004124bcbe1e032157c7fc47464e11504bfbe62993777460
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-38a28befb3ca1d961b5ff27dd1662649d092885e9a682d4360a5e0971122e5a9
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-07c371b471abd4150412345cecf9190e83731097b63376d892e40d5fe28322aa
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-f3533846e9d7d8ac84dfa943e8340e4efb8713bd292c0a3b9b2758817f0ffae1
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-8b10b6224c7f445fa64ce20544b95a709f0a1ffe4a202e5bf9fd5d78465c4afa
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-7304d05e50473a80e04c69b5604ababe515e66dfb0badb5fbfcbd6f8c23455f6
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-940e7e3b469823fc91de66ee733d153c8024bcb1b871d23f6b67227a23d9f8c5
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-30a248eb67c8e3f8c1b8d9634a22914cddb889c88d75ac40c763613e12151b14
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-254a31942b3053114b709f50cc42f8b5451cad067d0fdb16135212a2802c6c51
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-792a195e5c6d9a981668789a9e46f30f6f2810c8b4e742134447138851d35017
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-67c539c46cde5a831d0b0b744ad9c719499f98e44ed52b89527c479d7148a21a
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-063ee435df1267be10facc13c37808551ccab45ebb564c630a1919537e59850c
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-b6903ff54133b4bf2cd290ca92a58dad648d49a5dfd2dbe15c51221e6d28aef9
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-b2289448f4b24fed07f8e8653989b72daeee3ed74610ba20b991b6b87464dc7f
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-bee09f401f15bb72133b51d2098467351a18a1d9c54ffa0e1e9d1f9060e15bb9
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-d90ace450811386c9b45e8a2cc4e127c1202061f1c165499397a991981e5e50c
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-65b832876bc6f8f895a36fab919aae7aca47beedafa4e8c59cbecc312e09f059
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-f67a72c857e69dcb0ad56c751920960c322086edcf80db2294f2d1bd6ffc896a
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-4428611b0cd5f896ca4d84b7b9ca18404e21424e5e35194110d408c28646346d
event_store.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-1d81acf2e9e75a7cd3395c610e2c8305815b7cfebce2d8201c458c96d488e92a
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9676f9bd1477a9c3be4d143efb5c55b6311c5d8fd887a788ec0534c97c40ec62
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-50ac847e88c0e0023b670b75db2d1a053e29d7c91ffff65aedf7f79a4ab2ccd5
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-b5e955571138c5704665d4a1269f7906a7f7249ed86a097aa74e1317988048eb
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-6499d4d4486f5acd71bf83b8f1d2b90e5c6c08f98732f734397a1eb6b58103f3
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-2385682fc50a60df02065266118780af9a395dc720732aa433addf85a030dd6b
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-8691cb4c4c651bbdaa8117a2d143ff6b7d2f90116ae2b9608970327b1ee81347
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-266de9f4fe1bcb665a9a5daacc6123cf9923bb23b18d83233d79213b37dd4fd5
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-6855baeb11ccefe21f88285a643758010d5e76af57d510aa9ff01b42d18baf91
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-ff4f18b20fe136cd59c0c856fb75a7f771d28a90825be2d3dae7cfcd89e42eef
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-3bc9a1c7cdb1741b2c753cead43c01e82f4eb1245199aa85b9bdda0f50d806f3
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-1b35eadc98b382da0c261470bd12929de37cab5c725b7c9c1ef17b5073cbd217
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-718f0b9af11329291f03e69c8f7d54068e4eaeb79f6e11d2da01910f23e870a1
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-ecf91b90e19938e8ca5f171ed0df1b1ebec16168b125ee1ef093b029551cf969
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-61bcf9430b11dcc27c50b48ffd7df0a03ab7c65105c162ee9ba7de749731287f
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-6874420f1a2fe9012063ca94b79bfb6c786606bc4dafd5fa8090139a71bf57be
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-636d3dfbc5c989c92e23c173d0535bc60b27ab26955eea14b9ea3e4d553d0ee2
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-0e5568241927f1a87240c7fb305b1deb535b6f21a8accc03ceb64daa03f93ccf
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-8dd4b7fe514103e713f6f5f5f124387efac3134a72827c45573a46bc9156da77
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-c521311515e7637db9d212f6b8f1acbb9ca6e5728d2027716f5a5575377e5923
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-39add5913379e39cddacc1ef4de0e18bad20af34196625a2296470140ea35d3d
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-93b2a9b8021a076c4c472b3658cb6a298ffd71a28f1c7c45eb3c740a262ae587
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-d456418e603ea851518990bbc030ce5be6250b0962c21ff4997690af6724effb
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-75290cae4afa24952175c198a6866f488c8f5a9353a56292659cd96d8bcb2e5e
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-e39ae878a0d0973e04ee02307f4e781e045f739dd6dcf882214a1edb4acf79ec
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-348f8b0fa4516d2e1002c553c41ed01616a4d902c3ff3957eee0af00f797b76b
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-dc6bda66043bceb50c049bbe4bae7c53726d2566892b5f52b7ae6eba9716f961
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-3dbb61607bf1e05aa516d1c924331a2950543be069616406b301898fa681095d
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-03c09d9e00bc5ca837b5f5424e36b793d7d24dde5e95b32a1f633c7eba79a952
README.md https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-44061e88b90b3e73939b63f2e84fcb38f0ae15bef3ff9daa94821d8dc4b9c08b
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-0e1388caaf47b1e28d72492d225bef15c034f8919f481b157d184a46a1e32d46
client.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-10980b2553c941a0761e7a126a613bdde23a869f8bcf5ebe0ee726108f318fb8
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-77e81954ae02f3157ae5d56b724b3219a9c2f804ea52607b52e2ef2bb1ee4e7b
server_lowlevel.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-118d31274206b8a0e8332cf24596a726e80de63044c31cbb5a76c35fd21f9305
pyproject.toml https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711
elicitation.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-c4db625b035748b41b473c918e7d296aa97e84921be651e4a165beaf95b83b29
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-b21bf5e21c058ccfddb404c209f2d4288e4f32b121111ffc9d466638631d13e4
server.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-51d6996c0b80b8a5c42e7071451cb9ed3c91b398facebe99b94aad911059190e
exceptions.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-78c8edd9357c34d072f24eac006407d819a6743472714abaf9a3c915d9be9d8a
__init__.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-e1ae82f959efbc27d338ca81b58fb808b8a959410d52c36ecba4b7e98cb7c5f6
conftest.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-b386506e7c2a2974e50b11c141ff7170d32c9c1bc175c45defc3745d1d181755
test_stories.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-8bd6525f5aef27d819b3b18031cc80b0253fd1e79fd629f1e2dcdb9e07e46202
test_stories_smoke.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-f39c19c9014a184c9b348a7fa6e875c2ae28934ad8816428f4f3cd690b536ed2
test_story_shape.py https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-0cad27fd522321e9336cc95136e754dd0845f509ab984ddeb3362da11448be58
uv.lock https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-84321598744d84dbee2318e634c74c9aae39a1c253f1c4bd17ebf9ef2f807b11
.github/workflows/shared.ymlhttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9852c0f7d79fa9d5200f11511ffdbadc321f7115fe1c5e8d2f2e63863d2441ee
View file https://github.com/modelcontextprotocol/python-sdk/blob/23b42a39352b5f2563efde331bb77b2f9b4364b3/.github/workflows/shared.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2957/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9852c0f7d79fa9d5200f11511ffdbadc321f7115fe1c5e8d2f2e63863d2441ee
https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-9852c0f7d79fa9d5200f11511ffdbadc321f7115fe1c5e8d2f2e63863d2441ee
examples/README.mdhttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-49aaa2819e35a856818ecec8c9fa7e1c79ad028d3f44bd749736353cfb51bac9
View file https://github.com/modelcontextprotocol/python-sdk/blob/23b42a39352b5f2563efde331bb77b2f9b4364b3/examples/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2957/{{ revealButtonHref }}
examples/pyproject.tomlhttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-ec621ce961014259169f920ac6f3efa7535952a8b324b14893b0261a1c631369
View file https://github.com/modelcontextprotocol/python-sdk/blob/23b42a39352b5f2563efde331bb77b2f9b4364b3/examples/pyproject.toml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2957/{{ revealButtonHref }}
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files
examples/stories/README.mdhttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-eb36043b2439f0ee2fad3fb0df9ad6d6530e25acf10bba9b1df83c1278d16e02
View file https://github.com/modelcontextprotocol/python-sdk/blob/23b42a39352b5f2563efde331bb77b2f9b4364b3/examples/stories/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2957/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/2957/checks?check_run_id=83631436873
claudehttps://github.com/apps/claude
Jun 26, 2026https://github.com/modelcontextprotocol/python-sdk/pull/2957/files#r3480686130
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
sse_pollinghttps://github.com/modelcontextprotocol/python-sdk/pull/2957/sse_polling/
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files
examples/stories/__init__.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files#diff-a00581461a85040d3339d187c66d855b2d6097e4a2344cf554fb548f992e999e
View file https://github.com/modelcontextprotocol/python-sdk/blob/23b42a39352b5f2563efde331bb77b2f9b4364b3/examples/stories/__init__.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/2957/{{ revealButtonHref }}
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2957/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/2957/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.