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

Class

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

Source from the content-addressed store, hash-verified

164const ListArgs = z.object({});
165
166export 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected