Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

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.

Thanks for the feedback! I've already applied this fix on our end — print() → print_verbose() for the connect/disconnect messages, exactly the same change your Claude made.

I just released v1.8.1 though, so this will be included in the next update. Sorry for the wait, but hang tight until then!