Skip to content

Commit

Permalink
Merge pull request #26 from jlowin/log
Browse files Browse the repository at this point in the history
Remove log
  • Loading branch information
jlowin authored Dec 1, 2024
2 parents a901491 + 1c89742 commit 5656200
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 5656200

Please sign in to comment.