René's URL Explorer Experiment


Title: session_idle_timeout is not exposed via streamable_http_app() and can cancel active requests · Issue #2455 · modelcontextprotocol/python-sdk · GitHub

Open Graph Title: session_idle_timeout is not exposed via streamable_http_app() and can cancel active requests · Issue #2455 · modelcontextprotocol/python-sdk

X Title: session_idle_timeout is not exposed via streamable_http_app() and can cancel active requests · Issue #2455 · modelcontextprotocol/python-sdk

Description: Summary The session_idle_timeout feature currently has two linked problems: it is implemented on StreamableHTTPSessionManager but not exposed through the canonical streamable_http_app() API surface it can terminate a session while a requ...

Open Graph Description: Summary The session_idle_timeout feature currently has two linked problems: it is implemented on StreamableHTTPSessionManager but not exposed through the canonical streamable_http_app() API surface...

X Description: Summary The session_idle_timeout feature currently has two linked problems: it is implemented on StreamableHTTPSessionManager but not exposed through the canonical streamable_http_app() API surface...

Opengraph URL: https://github.com/modelcontextprotocol/python-sdk/issues/2455

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"session_idle_timeout is not exposed via streamable_http_app() and can cancel active requests","articleBody":"## Summary\n\nThe `session_idle_timeout` feature currently has two linked problems:\n\n1. it is implemented on `StreamableHTTPSessionManager` but not exposed through the canonical `streamable_http_app()` API surface\n2. it can terminate a session while a request is actively in flight\n\n## Why this looks like a bug\n\nPR #1994 / #2022 describe `session_idle_timeout` as a way to reap sessions that receive **no HTTP requests** for the configured duration.\n\nThat implies two things:\n\n- users of the high-level StreamableHTTP API should be able to configure it without dropping down to manual session-manager wiring\n- a request that is currently being processed should not count as an idle session\n\nToday neither of those expectations holds.\n\n## Problem 1: not exposed by `streamable_http_app()`\n\n`StreamableHTTPSessionManager(...)` accepts `session_idle_timeout`, but:\n\n- `mcp.server.lowlevel.server.Server.streamable_http_app(...)` does not\n- `mcp.server.mcpserver.server.MCPServer.streamable_http_app(...)` does not\n\nSo the recommended high-level API cannot configure a supported session-manager feature.\n\n### Reproduction\n\n```python\nfrom mcp.server import Server\n\napp = Server(\"demo\")\napp.streamable_http_app(session_idle_timeout=30)\n```\n\n### Observed behavior\n\n```python\nTypeError: Server.streamable_http_app() got an unexpected keyword argument 'session_idle_timeout'\n```\n\n## Problem 2: active requests can be cancelled by the idle timeout\n\nWith a short idle timeout and a handler that takes longer than that timeout, the session can be reaped mid-request and the client waits until timeout / session termination rather than receiving the tool result.\n\n### Reproduction outline\n\n- configure `StreamableHTTPSessionManager(app=..., session_idle_timeout=...)`\n- make a tool handler sleep longer than the timeout\n- call the tool over StreamableHTTP\n\n### Observed behavior\n\nOn current `main`, the active request can be terminated before the handler finishes, and the client fails instead of receiving the result.\n\n## Expected behavior\n\n- `streamable_http_app()` should expose `session_idle_timeout`\n- idle reaping should only happen when the session has no in-flight requests\n- once the last active request finishes, the idle deadline can resume normally\n\n## Validation\n\nI reproduced both behaviors locally against current `main`.\n\nI also verified that a minimal patch can fix both together by:\n\n1. threading `session_idle_timeout` through the low-level + MCPServer `streamable_http_app()` wrappers\n2. suspending idle reaping while at least one request is in flight\n3. restoring the idle deadline after the last active request completes\n\nA focused regression suite in `tests/server/test_streamable_http_manager.py` can cover:\n\n- passthrough from `streamable_http_app(session_idle_timeout=...)`\n- active request longer than the timeout still completes successfully\n- existing idle-session reaping still works once requests are finished\n","author":{"url":"https://github.com/shaun0927","@type":"Person","name":"shaun0927"},"datePublished":"2026-04-16T15:38:12.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/2455/python-sdk/issues/2455"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:39af9d74-cc30-88ea-90dc-a0d3e8a02d6e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE97A:2BBB15:C38EFB:1048859:6A5B9878
html-safe-noncea2d3e2ec20d434ad14bc0e4674e7690640f9ff4c01b2cf3e7315f29fb1a2e6d7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOTdBOjJCQkIxNTpDMzhFRkI6MTA0ODg1OTo2QTVCOTg3OCIsInZpc2l0b3JfaWQiOiI1MzczMTIxMDUzOTI0NzU5NjcyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac8b7162a25d51603484170bbde5afeacb467b699952e4051384a6198f525f2659
hovercard-subject-tagissue:4276802631
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/modelcontextprotocol/python-sdk/2455/issue_layout
twitter:imagehttps://opengraph.githubassets.com/2159044ebee0df80438129ba3966725c89f91764c119390dbad587913caa7767/modelcontextprotocol/python-sdk/issues/2455
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/2159044ebee0df80438129ba3966725c89f91764c119390dbad587913caa7767/modelcontextprotocol/python-sdk/issues/2455
og:image:altSummary The session_idle_timeout feature currently has two linked problems: it is implemented on StreamableHTTPSessionManager but not exposed through the canonical streamable_http_app() API surface...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameshaun0927
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
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
disable-turbofalse
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/issues/2455#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelcontextprotocol%2Fpython-sdk%2Fissues%2F2455
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%2Fissues%2F2455
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%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=modelcontextprotocol%2Fpython-sdk
Reloadhttps://github.com/modelcontextprotocol/python-sdk/issues/2455
Reloadhttps://github.com/modelcontextprotocol/python-sdk/issues/2455
Reloadhttps://github.com/modelcontextprotocol/python-sdk/issues/2455
Please reload this pagehttps://github.com/modelcontextprotocol/python-sdk/issues/2455
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 259 https://github.com/modelcontextprotocol/python-sdk/issues
Pull requests 305 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
#2457https://github.com/modelcontextprotocol/python-sdk/pull/2457
session_idle_timeout is not exposed via streamable_http_app() and can cancel active requestshttps://github.com/modelcontextprotocol/python-sdk/issues/2455#top
#2457https://github.com/modelcontextprotocol/python-sdk/pull/2457
P2Moderate issues affecting some users, edge cases, potentially valuable featurehttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22P2%22
bugSomething isn't workinghttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22bug%22
fix proposedBot has a verified fix diff in the commenthttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22fix%20proposed%22
ready for workEnough information for someone to start working onhttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22ready%20for%20work%22
https://github.com/shaun0927
shaun0927https://github.com/shaun0927
on Apr 16, 2026https://github.com/modelcontextprotocol/python-sdk/issues/2455#issue-4276802631
#1994https://github.com/modelcontextprotocol/python-sdk/pull/1994
#2022https://github.com/modelcontextprotocol/python-sdk/pull/2022
P2Moderate issues affecting some users, edge cases, potentially valuable featurehttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22P2%22
bugSomething isn't workinghttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22bug%22
fix proposedBot has a verified fix diff in the commenthttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22fix%20proposed%22
ready for workEnough information for someone to start working onhttps://github.com/modelcontextprotocol/python-sdk/issues?q=state%3Aopen%20label%3A%22ready%20for%20work%22
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.