@tomagranate/corsa 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -1
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
+ | `send_keys` | Send virtual keypresses to an interactive process |
218
219
  | `reload_config` | Reload config file and restart all processes |
219
220
 
220
221
  ## Contributing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomagranate/corsa",
3
- "version": "1.1.0",
3
+ "version": "1.1.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": {
@@ -51,6 +51,7 @@
51
51
  "@modelcontextprotocol/sdk": "^1.25.3",
52
52
  "@opentui/core": "^0.1.72",
53
53
  "@opentui/react": "^0.1.72",
54
+ "@xterm/headless": "^6.0.0",
54
55
  "fuzzysort": "^3.1.0",
55
56
  "react": "^19.2.3",
56
57
  "zod": "^4.3.6",