Merge pull request #26 from jlowin/log

Remove log
This commit is contained in:
Jeremiah Lowin 2024-11-30 20:32:18 -05:00 committed by GitHub
commit 56562003d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,