mcp-office-tools/src/mcp_office_tools
Ryan Malloy 8249afb763 Fix banner issue in server.py entry point
The pyproject.toml script entry point (mcp-office-tools) uses server.py,
not server_monolithic.py. Applied same show_banner=False fix and
simplified to use app.run() instead of asyncio.run(app.run_stdio_async()).
2026-01-11 04:32:46 -07:00
..