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.