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

Class

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

Source from the content-addressed store, hash-verified

130});
131
132export class DevServerLogTool extends Tool<z.infer<typeof LogArgs>> {
133 name = 'dev_server_log';
134 description = 'Read recent output from a running background process. Returns the last N bytes of stdout/stderr/combined log. Read-only.';
135 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected