[external]
Lists local .NET processes published through the diagnostics IPC channel for trace_attach.
Important runtime evidence often already exists in files or in live local .NET processes.
The model can import artifacts or attach to a process while keeping evidence bounded and tied to a stored session.
Try it locally in the GliderTrace playground
| Name | Type | Required | Description |
|---|---|---|---|
| includeSelf | boolean | No | Include the current GliderTrace server process. Defaults to false. |
| limit | number | No | Maximum number of process candidates to return. |
List attachable .NET processes
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "trace_list_processes",
"arguments": {}
}
}Returns process ids, names, command lines when available, and diagnostics IPC visibility.