From 45a055e6a6148ed6133859faeaacbbe182b6e650 Mon Sep 17 00:00:00 2001 From: Mikhail Shilkov Date: Tue, 9 Sep 2025 14:23:01 +0200 Subject: [PATCH] Disable showing a FastMCP banner The banner is too prominent and annoying in the logs, can we switch it off please? --- mcp_claude_code/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_claude_code/cli.py b/mcp_claude_code/cli.py index 45a36cf..f83983f 100644 --- a/mcp_claude_code/cli.py +++ b/mcp_claude_code/cli.py @@ -161,7 +161,7 @@ def main() -> None: allowed_patterns=allowed_patterns, ) # Transport will be automatically cast to Literal['stdio', 'sse'] by the server - server.run(transport=transport) + server.run(transport=transport,show_banner=False) def install_claude_desktop_config(