fastmcp/tests/test_servers/stdio.py
2025-04-16 09:33:25 -04:00

6 lines
123 B
Python

import asyncio
import fastmcp_server
if __name__ == "__main__":
asyncio.run(fastmcp_server.server.run_stdio_async())