Commit 5507145
committed
fix: clean up debug files and finalize stdio transport fixes
- Remove test scripts from root directory (moved to examples/stdio_debug_test/)
- Update debug server binary and dependencies
- Finalize ProcessMonitor mutex protection
This completes the comprehensive fix for MCP stdio transport issues
between v1.6.2 and v1.6.4, addressing:
1. Stdout pollution from sampling warnings
2. Race conditions in server state management
3. Deadlock in notifications/initialized handling
4. Proper stdin monitoring without data consumption
All stdio transport functionality is now working correctly.1 parent 13d8c66 commit 5507145
File tree
5 files changed
+36
-156
lines changed- examples/stdio_debug_test
- util
5 files changed
+36
-156
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
7 | 29 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | 290 | | |
294 | 291 | | |
295 | 292 | | |
296 | 293 | | |
297 | 294 | | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 295 | + | |
| 296 | + | |
307 | 297 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | 298 | | |
315 | 299 | | |
316 | 300 | | |
| |||
319 | 303 | | |
320 | 304 | | |
321 | 305 | | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
329 | 316 | | |
330 | 317 | | |
331 | 318 | | |
332 | | - | |
333 | | - | |
| 319 | + | |
| 320 | + | |
334 | 321 | | |
335 | 322 | | |
336 | 323 | | |
| |||
0 commit comments