Releases: QiuwenZheng/interminal
Releases · QiuwenZheng/interminal
Release list
v1.0.19
Changes since v1.0.18
- zellij CLI integration: update driving pattern to
write-chars+send-keys Enteras the recommended approach - Documentation: simplify MCP instructions, remove misleading
new-pane -- cmdexamples - Dependencies: consolidate
pyteandpywinptyinto core dependencies (no longer optional) - Fix:
dump-screenoutput is returned directly in execute's output field, not written to a file
Installation
uvx mcp-interminal
# or
pip install mcp-interminalv1.0.18
Changes
- Remove
create_localtool — local commands now run directly viaexecute()without session setup - Remove
list_sessionsandlist_commandstools — simplified API surface - Make
send_controlsignal parameter required — destructive operations should be explicit - Make
disconnectidempotent — repeated calls return true instead of raising - Tool descriptions optimized — all 6 tools score 5/5 on Glama Tool Quality
- Store original command string in RunningCommand for observability
Tool count: 8 → 6 (connect_ssh, execute, respond, read_output, send_control, disconnect)
v1.0.5
v1.0.4
Release version 1.0.4 with proper readme metadata and verification bindings
v1.0.3
Release version 1.0.3 with standard OpenAPI-compliant Pydantic Field descriptions for 100% JSON Schema parameter coverage
v1.0.2
Release version 1.0.2 with perfect tool score docstrings and usage guidelines for create_local and list_sessions
v1.0.1
Release version 1.0.1 with optimal tool docstrings and schema definitions
v1.0.0
Bump version to 1.0.0 for first stable release
v0.2.0
Full Changelog: https://github.com/QiuwenZheng/interminal/commits/v0.2.0