Skip to content

Commit 5656200

Browse files
authored
Merge pull request #26 from jlowin/log
Remove log
2 parents a901491 + 1c89742 commit 5656200

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/fastmcp/server.py

-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ def decorator(func: Callable) -> Callable:
404404
async def run_stdio_async(self) -> None:
405405
"""Run the server using stdio transport."""
406406
async with stdio_server() as (read_stream, write_stream):
407-
logger.info(f'Starting "{self.name}"...')
408407
await self._mcp_server.run(
409408
read_stream,
410409
write_stream,

0 commit comments

Comments
 (0)