mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
commit
56562003d6
1 changed files with 0 additions and 1 deletions
|
|
@ -404,7 +404,6 @@ class FastMCP:
|
|||
async def run_stdio_async(self) -> None:
|
||||
"""Run the server using stdio transport."""
|
||||
async with stdio_server() as (read_stream, write_stream):
|
||||
logger.info(f'Starting "{self.name}"...')
|
||||
await self._mcp_server.run(
|
||||
read_stream,
|
||||
write_stream,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue