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

Class

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

Source from the content-addressed store, hash-verified

148});
149
150export 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected