@tomagranate/toolui 0.3.1 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/bin/toolui-linux-x64 +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -210,11 +210,12 @@ Add to your MCP configuration (e.g., `~/.cursor/mcp.json`):
|
|
|
210
210
|
|
|
211
211
|
| Tool | Description |
|
|
212
212
|
|------|-------------|
|
|
213
|
-
| `list_processes` | List all processes with
|
|
213
|
+
| `list_processes` | List all processes with status, health, and last 20 log lines |
|
|
214
214
|
| `get_logs` | Get recent logs (supports search and line limits) |
|
|
215
215
|
| `stop_process` | Stop a running process |
|
|
216
216
|
| `restart_process` | Restart a process |
|
|
217
217
|
| `clear_logs` | Clear logs for a process |
|
|
218
|
+
| `reload_config` | Reload config file and restart all processes |
|
|
218
219
|
|
|
219
220
|
## Contributing
|
|
220
221
|
|
package/bin/toolui-linux-x64
CHANGED
|
Binary file
|