Jeremiah Lowin
move test servers to root tests dir
6cbe07e
Raw
History Blame
123 Bytes
import asyncio
import fastmcp_server
if __name__ == "__main__":
asyncio.run(fastmcp_server.server.run_stdio_async())