mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 11:07:11 +08:00
- Use reader thread + queue.Queue instead of select.select() which does not work with pipes on Windows (only sockets) - Make MCP server timeout configurable via mcp.json (default 120s) - Validate JSON-RPC response id to skip stale responses from timed-out calls - Log MCP server stderr at WARNING level instead of DEBUG for visibility