| 164 | const ListArgs = z.object({}); |
| 165 | |
| 166 | export class DevServerListTool extends Tool<z.infer<typeof ListArgs>> { |
| 167 | name = 'dev_server_list'; |
| 168 | description = 'List all managed background processes with status (running / exited), pid, command, cwd, uptime. Read-only.'; |
| 169 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected