Skip to content

v0.4.1

Latest

Choose a tag to compare

@AndrianBdn AndrianBdn released this 30 Jun 08:57
40e9182

Fix: MCP stdio breakage (Claude Desktop "Unexpected token '◇'")

dotenv@17 printed a promotional banner to stdout on config(), which corrupted the MCP JSON-RPC stream and caused clients (e.g. Claude Desktop) to fail with Unexpected token '◇' ... is not valid JSON.

Fixed by passing quiet: true to dotenv.config(). stdout is now clean on startup.

PR #26.