mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
o
one more time try defer checkpoint small updates push code
This commit is contained in:
parent
76d0e3dc79
commit
d87b95b581
7 changed files with 202 additions and 44 deletions
|
|
@ -53,7 +53,9 @@ async def news_data():
|
|||
|
||||
|
||||
# Main application
|
||||
app = FastMCP("Main App")
|
||||
app = FastMCP(
|
||||
"Main App", dependencies=["fastmcp@git+https://github.com/jlowin/fastmcp.git"]
|
||||
)
|
||||
|
||||
|
||||
@app.tool()
|
||||
|
|
@ -109,4 +111,4 @@ if __name__ == "__main__":
|
|||
asyncio.run(get_server_details())
|
||||
|
||||
# Then start the server (uncomment to run the server)
|
||||
# app.run()
|
||||
app.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue