René's URL Explorer Experiment


Title: Add support for Elicitation by ihrpr · Pull Request #625 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: Add support for Elicitation by ihrpr · Pull Request #625 · modelcontextprotocol/python-sdk

X Title: Add support for Elicitation by ihrpr · Pull Request #625 · modelcontextprotocol/python-sdk

Description: Elicitation Spec PR Overview Adding support for the elicitation feature, allowing servers to interactively request additional information from clients during tool execution. The implementation follows a layered approach with both low-level protocol support and a high-level API through FastMCP. Key Changes 1. Protocol Layer (src/mcp/types.py) Added ElicitRequest, ElicitRequestParams, and ElicitResult types to support the elicitation protocol Extended ServerRequest and ClientResult to handle elicitation messages Follows the MCP specification for elicitation support 2. Low-Level Server/Client (src/mcp/server/session.py, src/mcp/client/session.py) Added elicit() method to ServerSession for sending elicitation requests Added elicit() method to ClientSession for handling server elicitation requests Design decision: Uses raw dictionaries instead of Pydantic models - this maintains consistency with the low-level API design which provides direct protocol access without data modeling abstractions 3. FastMCP High-Level API (src/mcp/server/fastmcp/server.py) Added Context.elicit() method that returns an ElicitationResult object Design decision: Returns a result object instead of raising exceptions for decline/cancel actions. This treats user declining or cancelling as expected outcomes rather than error conditions Enforces MCP specification requirement that elicitation schemas only contain primitive types (str, int, float, bool) Validates schemas at runtime with descriptive error messages FastMCP Interface Design The FastMCP elicitation interface prioritizes type safety and explicit result handling: @server.tool() async def book_table(date: str, party_size: int, ctx: Context) -> str: class ConfirmBooking(BaseModel): confirm: bool = Field(description="Confirm booking?") notes: str = Field(default="", description="Special requests") result = await ctx.elicit( message=f"Confirm booking for {party_size} on {date}?", schema=ConfirmBooking ) if result.action == "accept" and result.data: # result.data is typed as ConfirmBooking if result.data.confirm: return f"Booked! Notes: {result.data.notes}" elif result.action == "decline": return "User declined" else: # cancel return "User cancelled" Interface characteristics: result.data is typed according to the provided schema All three user actions (accept/decline/cancel) are handled explicitly Validation errors are captured in result.validation_error when user input doesn't match schema Schema validation happens before sending the request, failing fast if non-primitive types are used

Open Graph Description: Elicitation Spec PR Overview Adding support for the elicitation feature, allowing servers to interactively request additional information from clients during tool execution. The implementation foll...

X Description: Elicitation Spec PR Overview Adding support for the elicitation feature, allowing servers to interactively request additional information from clients during tool execution. The implementation foll...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:eaf519f1-841d-5760-97e4-ea966033140f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB2D2:1F5D45:134769E:19E855C:6A5AB5F5
html-safe-nonce9a246f1442abb9313466a9f6b59a2f100de1f0f0f0374e9969742c419ee49d6f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMkQyOjFGNUQ0NToxMzQ3NjlFOjE5RTg1NUM6NkE1QUI1RjUiLCJ2aXNpdG9yX2lkIjoiNTM0NjgyMTU4MTg5Njg1NzA3NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf956075d337b68333513c6a17a0a8901e5a60310bd605d3aaafc03fc6e052570
hovercard-subject-tagpull_request:2497427142
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/625/files
twitter:imagehttps://avatars.githubusercontent.com/u/21148364?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/21148364?s=400&v=4
og:image:altElicitation Spec PR Overview Adding support for the elicitation feature, allowing servers to interactively request additional information from clients during tool execution. The implementation foll...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None2702febe50e53f9152dda552dc2049a5eb182778b2655abd5b8619e82e899b4a
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
releasec0211a077f9b056c5e115f996d9049616d85c3b5
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelcontextprotocol/python-sdk/pull/625/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fpull%2F625%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%2F625%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/625/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
Reloadhttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/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 257 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
dsp-anthttps://github.com/dsp-ant
mainhttps://github.com/modelcontextprotocol/python-sdk/tree/main
ihrpr/elicitation-prototypehttps://github.com/modelcontextprotocol/python-sdk/tree/ihrpr/elicitation-prototype
Conversation 15 https://github.com/modelcontextprotocol/python-sdk/pull/625
Commits 10 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits
Checks 12 https://github.com/modelcontextprotocol/python-sdk/pull/625/checks
Files changed 9 https://github.com/modelcontextprotocol/python-sdk/pull/625/files
Add support for Elicitation https://github.com/modelcontextprotocol/python-sdk/pull/625/files#top
Show all changes 10 commits https://github.com/modelcontextprotocol/python-sdk/pull/625/files
6597f30 Elicitation dsp-ant Jun 17, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/6597f303e12bba50962f07c3a7bd06ed1a6866c6
40470d6 add elicitation test using create_client_server_memory_streams ihrpr May 4, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/40470d688b716020a6729ae465020266d3a3470f
427a634 field rename ihrpr May 6, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/427a634ed3443dc726d1f9fe978787dd1f6afcfc
3a2d915 adjust types after the spec revision ihrpr Jun 11, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/3a2d915eace097ae12b94574448f08dc89dae855
a75afd4 add ElicitationResult to fastMCP ihrpr Jun 12, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/a75afd46b59e9cdd0560f7afcb83c304febabd18
4603e89 add readme ihrpr Jun 12, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/4603e89e794af92aab6775c1d973c5e2e491782e
653c057 add validation for primitive types ihrpr Jun 12, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/653c057759a8787a48ccb4393c3b10d3c11bfa9c
d4ae036 cleanup ihrpr Jun 12, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/d4ae036379b862f02a2de8895c6e0293a9ad54d1
67bfd9a format ihrpr Jun 12, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/67bfd9acd136d0647ba4b12a6656a242e107dcdf
51b5ee8 Update dsp-ant Jun 16, 2025 https://github.com/modelcontextprotocol/python-sdk/pull/625/commits/51b5ee86fa9d21d632cf25335d5626dbda10631b
Clear filters https://github.com/modelcontextprotocol/python-sdk/pull/625/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
README.md https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
session.py https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
elicitation.py https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-c4db625b035748b41b473c918e7d296aa97e84921be651e4a165beaf95b83b29
server.py https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
session.py https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
memory.py https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
types.py https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-9b043ee327a542607e73b38ebb19c77049650efbe3a1f9d5891b0f8af09599ae
test_elicitation.py https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-c69808371feab9c7d3a6b87bc307fa79254948bed48cf84e5dc90efee0156547
test_integration.py https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-2a83726d3841510342d53ec2e4372b1b9ddb456bead430b070f2df6652f48e25
README.mdhttps://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
View file https://github.com/modelcontextprotocol/python-sdk/blob/51b5ee86fa9d21d632cf25335d5626dbda10631b/README.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/625/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
Kludexhttps://github.com/Kludex
Jun 12, 2025https://github.com/modelcontextprotocol/python-sdk/pull/625/files#r2142381909
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
Kludexhttps://github.com/Kludex
Jun 12, 2025https://github.com/modelcontextprotocol/python-sdk/pull/625/files#r2142390202
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
ihrprhttps://github.com/ihrpr
Jun 16, 2025https://github.com/modelcontextprotocol/python-sdk/pull/625/files#r2150195058
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
Kludexhttps://github.com/Kludex
Jun 16, 2025https://github.com/modelcontextprotocol/python-sdk/pull/625/files#r2150339955
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
dsp-anthttps://github.com/dsp-ant
Jun 16, 2025https://github.com/modelcontextprotocol/python-sdk/pull/625/files#r2150399069
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
Kludexhttps://github.com/Kludex
Jun 16, 2025https://github.com/modelcontextprotocol/python-sdk/pull/625/files#r2150371494
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5
src/mcp/client/session.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
View file https://github.com/modelcontextprotocol/python-sdk/blob/51b5ee86fa9d21d632cf25335d5626dbda10631b/src/mcp/client/session.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/625/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-634d1abcb8bda1a784f31e3431a10124e387f487dd243a54244515b4972aa0ee
src/mcp/server/elicitation.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-c4db625b035748b41b473c918e7d296aa97e84921be651e4a165beaf95b83b29
View file https://github.com/modelcontextprotocol/python-sdk/blob/51b5ee86fa9d21d632cf25335d5626dbda10631b/src/mcp/server/elicitation.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/625/{{ revealButtonHref }}
src/mcp/server/fastmcp/server.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
View file https://github.com/modelcontextprotocol/python-sdk/blob/51b5ee86fa9d21d632cf25335d5626dbda10631b/src/mcp/server/fastmcp/server.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/625/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-14a2991a8f2be5b9e60dab5fae92d2230dc23e57937ad5e5641b832d9c662738
src/mcp/server/session.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
View file https://github.com/modelcontextprotocol/python-sdk/blob/51b5ee86fa9d21d632cf25335d5626dbda10631b/src/mcp/server/session.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/625/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-9a603a2587011a188aa76ca19a32fcd343a253516325fbcfb4f7bfb6a814634c
src/mcp/shared/memory.pyhttps://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
View file https://github.com/modelcontextprotocol/python-sdk/blob/51b5ee86fa9d21d632cf25335d5626dbda10631b/src/mcp/shared/memory.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/modelcontextprotocol/python-sdk/pull/625/{{ revealButtonHref }}
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
https://github.com/modelcontextprotocol/python-sdk/pull/625/files#diff-fda62e83f7fbe11b6291a8eb980526a6465853fcc15dba2269425cd3de0801dc
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/files
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/pull/625/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.