mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
6 lines
121 B
Python
6 lines
121 B
Python
import asyncio
|
|
|
|
import fastmcp_server
|
|
|
|
if __name__ == "__main__":
|
|
asyncio.run(fastmcp_server.server.run_sse_async())
|