Tool: windows_execute — Execute shell commands #1

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

Description

Execute shell commands (PowerShell, cmd, bash) with intelligent completion detection. Support background execution, timeout, and working directory.

Acceptance Criteria

  • Execute PowerShell commands by default
  • Support shell param: pwsh, cmd, bash
  • Support timeout param (ms)
  • Support cwd (working directory)
  • Support background flag for long-running commands
  • Return stdout, stderr, exit code
  • Detect hung/interactive prompts
## Description Execute shell commands (PowerShell, cmd, bash) with intelligent completion detection. Support background execution, timeout, and working directory. ## Acceptance Criteria - Execute PowerShell commands by default - Support `shell` param: `pwsh`, `cmd`, `bash` - Support `timeout` param (ms) - Support `cwd` (working directory) - Support `background` flag for long-running commands - Return stdout, stderr, exit code - Detect hung/interactive prompts
jmiller added the category: terminalmilestone: v1.0 labels 2026-05-26 01:33:56 +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#1