fixed wrong encoding (+1 squashed commits)

Squashed commits:

[a87d059a8] fixed wrong encoding
This commit is contained in:
Concedo
2026-03-17 15:53:33 +08:00
parent e09ddc8fff
commit d85272a958
+2
View File
@@ -524,6 +524,8 @@ class MCPStdioClient:
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
text=True,
encoding='utf-8',
errors='replace',
bufsize=1,
env=full_env,
cwd=cwd