terminator-mcp-agent 0.22.20 → 0.22.22

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 +2 -5
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -652,15 +652,12 @@ steps:
652
652
  pid: 1234
653
653
  tree_max_depth: 2 # Only get 2 levels deep
654
654
 
655
- - tool_name: get_focused_window_tree
655
+ - tool_name: get_window_tree
656
656
  arguments:
657
+ pid: 1234
657
658
  tree_from_selector: "role:Dialog" # Start tree from first dialog
658
659
  tree_max_depth: 3 # Limit depth from that point
659
660
 
660
- - tool_name: get_focused_window_tree
661
- arguments:
662
- tree_from_selector: "true" # Start from focused element
663
-
664
661
  # Backward compatible - still works
665
662
  - tool_name: get_window_tree
666
663
  arguments:
package/package.json CHANGED
@@ -16,11 +16,11 @@
16
16
  ],
17
17
  "name": "terminator-mcp-agent",
18
18
  "optionalDependencies": {
19
- "terminator-mcp-darwin-arm64": "0.22.20",
20
- "terminator-mcp-darwin-x64": "0.22.20",
21
- "terminator-mcp-linux-x64-gnu": "0.22.20",
22
- "terminator-mcp-win32-arm64-msvc": "0.22.20",
23
- "terminator-mcp-win32-x64-msvc": "0.22.20"
19
+ "terminator-mcp-darwin-arm64": "0.22.22",
20
+ "terminator-mcp-darwin-x64": "0.22.22",
21
+ "terminator-mcp-linux-x64-gnu": "0.22.22",
22
+ "terminator-mcp-win32-arm64-msvc": "0.22.22",
23
+ "terminator-mcp-win32-x64-msvc": "0.22.22"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",
@@ -32,5 +32,5 @@
32
32
  "sync-version": "node ./utils/sync-version.js",
33
33
  "update-badges": "node ./utils/update-badges.js"
34
34
  },
35
- "version": "0.22.20"
35
+ "version": "0.22.22"
36
36
  }