Skip to content

raychao-oao/pty-mcp

v0.2.1 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 2mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed wait_for matching stale data and prevented premature empty returns from read_output.

Full changelog

Bug Fixes

  • wait_for no longer matches stale data — Pattern matching now starts from where ReadScreen last left off (markSnapshot), not from position 0. Previously, wait_for could match output from an earlier command.
  • read_output no longer returns empty prematurely — WaitForSettle no longer considers empty output as settled. After send_input, a follow-up read_output will now wait for actual output instead of returning empty after 300ms of silence.

Full Changelog: https://github.com/raychao-oao/pty-mcp/compare/v0.2.0...v0.2.1

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track raychao-oao/pty-mcp

Get notified when new releases ship.

Sign up free

About raychao-oao/pty-mcp

Interactive PTY sessions for AI agents — local shells, SSH with persistent sessions (ai-tmux daemon for attach/detach), and serial ports. Single Go binary, no tmux dependency.

All releases →

Beta — feedback welcome: [email protected]