| 148 | }); |
| 149 | |
| 150 | export class DevServerStopTool extends Tool<z.infer<typeof StopArgs>> { |
| 151 | name = 'dev_server_stop'; |
| 152 | description = 'Stop a managed background process by name. Sends SIGTERM (graceful) then SIGKILL after 5s. Idempotent.'; |
| 153 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected