Commit a286143
authored
fix: prevent dotenv from outputting to STDIO in MCP mode (#82)
- Add { quiet: true } to dotenv.config() call
- Prevents dotenv log messages from interfering with MCP JSON-RPC communication
- Fixes "Unexpected token" JSON parsing errors in Claude Desktop
- No functional changes to environment variable loading behavior
Resolves STDIO pollution that breaks MCP protocol in STDIO transport mode.1 parent 23de122 commit a286143
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments