MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/browser/dev-server.ts:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77});
78
79export 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected