List Terminal Sessions
list_terminal_sessionsList all known Windows terminal sessions along with shell, directory, and alive status to confirm which sessions are available before sending commands or reading output.
Instructions
Lists every session this server currently knows about, each backed by a real, persistent shell process attached to its own pseudo console.
Returns for each session: name, shell (pwsh/powershell/cmd), starting directory, creation time, and whether the process is still alive (false if it exited or was killed since it was opened).
Use this before write_to_terminal/read_terminal_output when you're not sure which named sessions already exist, or to check whether a session that exited needs to be reopened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||