Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Dec 1, 2024
1 parent a901491 commit 1c89742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fastmcp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ def decorator(func: Callable) -> Callable:
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,
Expand Down

0 comments on commit 1c89742

Please sign in to comment.