Tool: windows_process_list — List running processes #2

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

Description

List running processes with PID, name, CPU%, memory usage, window title, and path.

Acceptance Criteria

  • Return all running processes
  • Include: PID, name, CPU%, memory (MB), window title, executable path
  • Support filter param (name substring match)
  • Support sort param (cpu, memory, name)
## Description List running processes with PID, name, CPU%, memory usage, window title, and path. ## Acceptance Criteria - Return all running processes - Include: PID, name, CPU%, memory (MB), window title, executable path - Support `filter` param (name substring match) - Support `sort` param (cpu, memory, name)
jmiller added the category: terminalmilestone: v1.0 labels 2026-05-26 01:33:57 +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#2