feat(mcphost): optimize shutdown logging to avoid false error messages

- Add identification for normal shutdown pipe errors in startStdioLog
- Optimize stdio log error handling logic to distinguish between normal shutdown and actual errors
- Add proper handling for SIGTERM (exit status 143) in isSignalError function
- Add debug logging for MCP config loading process
- Ensure clean shutdown without confusing error messages
This commit is contained in:
lilong.129
2025-06-03 13:21:38 +08:00
parent 184081592c
commit 37028c4263
3 changed files with 23 additions and 3 deletions

View File

@@ -1 +1 @@
v5.0.0-beta-2506021152
v5.0.0-beta-2506031321