fastapi-native routes

This commit is contained in:
Shahar Abramov
2025-04-08 19:18:51 +03:00
parent 97ffd8e7c4
commit 7f543d9423
5 changed files with 105 additions and 25 deletions

View File

@@ -10,7 +10,6 @@ from fastapi_mcp import FastApiMCP
# Add MCP server to the FastAPI app
mcp = FastApiMCP(
items.app,
mount_path="/mcp",
name="Item API MCP",
description="MCP server for the Item API",
base_url="http://localhost:8000",