@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 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 their status |
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
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomagranate/toolui",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "A Terminal User Interface (TUI) for running multiple local development servers and tools simultaneously",
5
5
  "type": "module",
6
6
  "bin": {