Commit 956e36e
authored
fix: prevent dotenv from outputting to STDIO in MCP mode (#91)
- 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 c723c89 commit 956e36e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments