improve examples

This commit is contained in:
Shahar Abramov
2025-04-09 18:52:12 +03:00
parent 5e6544bfed
commit ebbd0e4107
4 changed files with 35 additions and 12 deletions

View File

@@ -1,7 +1,3 @@
"""
Simple example of using FastAPI-MCP to add an MCP server to a FastAPI app.
"""
from examples.shared.apps import items
from examples.shared.setup import setup_logging