Tool: windows_terminal_session — Persistent interactive terminals #35

Closed
opened 2026-05-26 01:34:22 +00:00 by jmiller · 0 comments
Owner

Description

Persistent interactive terminal sessions (REPL, SSH, etc.) with output pagination.

Acceptance Criteria

  • Start persistent session (pwsh, cmd, python, node, wsl)
  • Send input to session
  • Read output with offset/length pagination
  • List active sessions
  • Terminate session
  • Detect prompt/completion state
  • Context overflow protection (configurable line limit)
## Description Persistent interactive terminal sessions (REPL, SSH, etc.) with output pagination. ## Acceptance Criteria - Start persistent session (pwsh, cmd, python, node, wsl) - Send input to session - Read output with offset/length pagination - List active sessions - Terminate session - Detect prompt/completion state - Context overflow protection (configurable line limit)
jmiller added the category: terminalmilestone: v1.0 labels 2026-05-26 01:34:23 +00:00
jmiller added the pending: testing label 2026-05-26 03:08:51 +00:00
Sign in to join this conversation.
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mcp-windows#35