René's URL Explorer Experiment


Title: Support Streamable HTTP transport for Feature Server MCP integration · Issue #5853 · feast-dev/feast · GitHub

Open Graph Title: Support Streamable HTTP transport for Feature Server MCP integration · Issue #5853 · feast-dev/feast

X Title: Support Streamable HTTP transport for Feature Server MCP integration · Issue #5853 · feast-dev/feast

Description: Is your feature request related to a problem? Please describe. Feast Python Feature Server’s MCP (Model Context Protocol) integration currently uses fastapi_mcp.FastApiMCP.mount(). This produces a deprecation warning at runtime (e.g., “m...

Open Graph Description: Is your feature request related to a problem? Please describe. Feast Python Feature Server’s MCP (Model Context Protocol) integration currently uses fastapi_mcp.FastApiMCP.mount(). This produces a ...

X Description: Is your feature request related to a problem? Please describe. Feast Python Feature Server’s MCP (Model Context Protocol) integration currently uses fastapi_mcp.FastApiMCP.mount(). This produces a ...

Opengraph URL: https://github.com/feast-dev/feast/issues/5853

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Support Streamable HTTP transport for Feature Server MCP integration","articleBody":"**Is your feature request related to a problem? Please describe.**\n\nFeast Python Feature Server’s MCP (Model Context Protocol) integration currently uses fastapi_mcp.FastApiMCP.mount(). This produces a deprecation warning at runtime (e.g., “mount() is deprecated… Use mount_http() …”) and mounts MCP using the legacy SSE-based transport.\n\nIn practice, the SSE MCP endpoint (/mcp) can be unreliable with some MCP clients (e.g., Claude Code / certain IDE MCP integrations). Even when the Feature Server is healthy, the MCP client may show “failed / not authenticated” or fail to connect, forcing users to add a proxy (e.g., mcp-proxy) as a workaround. This reduces usability and makes MCP adoption harder despite Feast being correctly configured.\n\n**Describe the solution you'd like**\n\nAdd first-class support for **Streamable HTTP** MCP transport in the Feature Server, and allow users to select the transport via configuration.\n\nProposed behavior:\n\n- Introduce a Feature Server config option (name TBD), e.g. `mcp_transport: \"http\" | \"sse\"`.\n    - Keep the default as `\"sse\"` initially to minimize backward-compatibility risk (open to maintainer preference).\n- When `mcp_transport=http`, mount MCP using `FastApiMCP.mount_http()` (Streamable HTTP).\n- When `mcp_transport=sse`, keep existing behavior (prefer `mount_sse()` if available; otherwise fallback to `mount()` for older `fastapi_mcp` versions).\n- If `mount_http()` is unavailable due to an older `fastapi_mcp`, fail fast with a clear error message (and/or bump the minimum required version).\n\nAcceptance criteria (suggested):\n\n- With `mcp_transport=http`, MCP clients can connect without external proxies and tools are discoverable/callable.\n- With no config change, existing deployments behave exactly as today.\n- Docs include how to enable Streamable HTTP and connect common MCP clients.\n\n**Describe alternatives you've considered**\n\n1. **Keep SSE-only and document `mcp-proxy` as the workaround**\n    - Pros: minimal code changes\n    - Cons: requires extra installation/configuration and doesn’t feel like “supported” out of the box\n2. **Switch the default transport to HTTP**\n    - Pros: aligns with the recommended transport immediately\n    - Cons: potential compatibility risk for existing users/clients relying on legacy SSE behavior\n3. **Auto-detect transport based on client**\n    - Pros: fewer user-facing knobs\n    - Cons: harder to reason about, larger scope, more complex to test/debug\n\n**Additional context**\n\n- Runtime warning indicates `mount()` is deprecated and suggests `mount_http()` (recommended) or `mount_sse()`.\n- Hitting `GET /mcp` returns `text/event-stream` and an SSE handshake (`event: endpoint ... /mcp/messages/?session_id=...`), confirming the legacy SSE transport.\n- In a local setup, a Claude Code client only connected reliably after inserting `mcp-proxy` as a stdio↔SSE bridge; once bridged, tool discovery and calls (e.g., `get_online_features`) worked as expected.\n\nI’m happy to implement this and open a PR following the dev guide \n\n","author":{"url":"https://github.com/HaJunYoo","@type":"Person","name":"HaJunYoo"},"datePublished":"2026-01-14T02:09:19.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/5853/feast/issues/5853"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2035a3fb-2752-8516-c33a-fac965d3d165
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA14C:3D0120:4AC693:663A40:6A4DA60B
html-safe-noncedb32e98d0694c02ec37dec029f11eb9b2f3d1b725ee013ba75333099914d66fa
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMTRDOjNEMDEyMDo0QUM2OTM6NjYzQTQwOjZBNERBNjBCIiwidmlzaXRvcl9pZCI6IjMyNzQxODU4NjUxMDY5MjUwNjciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacae3d5d332429fda89df4ef9c933c062876635474dadb778ca257d83738245e78
hovercard-subject-tagissue:3811232297
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/feast-dev/feast/5853/issue_layout
twitter:imagehttps://opengraph.githubassets.com/071ef5e3fa71fbe3c688b32244842f85a48b54b06c6ce651db9ed76b1cf9dd94/feast-dev/feast/issues/5853
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/071ef5e3fa71fbe3c688b32244842f85a48b54b06c6ce651db9ed76b1cf9dd94/feast-dev/feast/issues/5853
og:image:altIs your feature request related to a problem? Please describe. Feast Python Feature Server’s MCP (Model Context Protocol) integration currently uses fastapi_mcp.FastApiMCP.mount(). This produces a ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameHaJunYoo
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
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
release7f13faa65cccc9b729d674da83335d5dcfdfd193
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/issues/5853#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fissues%2F5853
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/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/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/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%2Ffeast-dev%2Ffeast%2Fissues%2F5853
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=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/issues/5853
Reloadhttps://github.com/feast-dev/feast/issues/5853
Reloadhttps://github.com/feast-dev/feast/issues/5853
Please reload this pagehttps://github.com/feast-dev/feast/issues/5853
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.4k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 7.1k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 212 https://github.com/feast-dev/feast/issues
Pull requests 171 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality 1 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
#6109https://github.com/feast-dev/feast/pull/6109
Support Streamable HTTP transport for Feature Server MCP integrationhttps://github.com/feast-dev/feast/issues/5853#top
#6109https://github.com/feast-dev/feast/pull/6109
kind/featureNew feature or requesthttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Ffeature%22
https://github.com/HaJunYoo
HaJunYoohttps://github.com/HaJunYoo
on Jan 14, 2026https://github.com/feast-dev/feast/issues/5853#issue-3811232297
kind/featureNew feature or requesthttps://github.com/feast-dev/feast/issues?q=state%3Aopen%20label%3A%22kind%2Ffeature%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.