feat: introduce fastmcp.json configuration system (#1517)

This commit is contained in:
Jeremiah Lowin 2025-08-19 16:06:04 -04:00 committed by GitHub
commit 2d3d5392f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 3917 additions and 108 deletions

View file

@ -54,9 +54,7 @@ async def news_data():
# Main application
app = FastMCP(
"Main App", dependencies=["fastmcp@git+https://github.com/jlowin/fastmcp.git"]
)
app = FastMCP("Main App")
@app.tool