mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
feat: introduce fastmcp.json configuration system (#1517)
This commit is contained in:
parent
108ad4b70d
commit
2d3d5392f1
40 changed files with 3917 additions and 108 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue