@tomagranate/toolui 0.3.1 → 0.3.2

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
@@ -215,6 +215,7 @@ Add to your MCP configuration (e.g., `~/.cursor/mcp.json`):
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.2",
4
4
  "description": "A Terminal User Interface (TUI) for running multiple local development servers and tools simultaneously",
5
5
  "type": "module",
6
6
  "bin": {