| 77 | }); |
| 78 | |
| 79 | export class DevServerStartTool extends Tool<z.infer<typeof StartArgs>> { |
| 80 | name = 'dev_server_start'; |
| 81 | description = 'Start a long-running background process (dev server, watcher, etc). The process keeps running until dev_server_stop, QodeX exit, or its own crash. Returns the initial output after a brief warmup. Use for `npm run dev`, `vite`, `php -S`, `tsx watch`.'; |
| 82 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected