fix(mcp): streamable_http_path=/ pour mount FastAPI à /mcp

This commit is contained in:
2026-05-28 10:05:52 +02:00
parent d50d659daf
commit 39939b9621
+1 -1
View File
@@ -15,7 +15,7 @@ from app.models.shopping import ShoppingList, ListItem, Product
_VALID_STATUSES = {"pending", "done", "cancelled"}
_VALID_PRIORITIES = {"low", "medium", "high"}
mcp = FastMCP("HomeHub", stateless_http=True)
mcp = FastMCP("HomeHub", stateless_http=True, streamable_http_path="/")
def _serialize(obj):