hello, when i connect it with claude in the warnings tab it keeps showing
[MCP] Connected on port 6506
[MCP] Disconnected from port 6506
[MCP] Connected on port 6506
[MCP] Disconnected from port 6506
[MCP] Connected on port 6506
over and over, basically taking over that terminal. it seems to be working, but is there a way to make it less verbose?
EDIT: claude did this ->
- Modified File: addons/godot_mcp/websocket_server.gd
- Lines 105 & 121: Replaced `print()` with `print_verbose()` for connection and disconnection logs.
- Effect: Hides repetitive polling spam from the Godot terminal unless running with the --verbose flag.