| 130 | }); |
| 131 | |
| 132 | export 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; |
nothing calls this directly
no outgoing calls
no test coverage detected