open-computer-use-mcp 0.1.24 → 0.1.26

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
@@ -67,7 +67,7 @@ open-computer-use install-codex-plugin
67
67
 
68
68
  ## Notes
69
69
 
70
- - Version: `0.1.24`
70
+ - Version: `0.1.26`
71
71
  - Platform: macOS 14+
72
72
  - Architectures: `arm64` and `x64` via a universal app bundle
73
73
  - The host terminal or app still needs macOS `Accessibility` and `Screen Recording` permissions
@@ -15,7 +15,7 @@ Commands:
15
15
  list-apps Print running or recently used apps.
16
16
  snapshot <app> Print the current accessibility snapshot for an app.
17
17
  call <tool> Call one tool, or run a JSON array of tool calls.
18
- turn-ended Acknowledge the host turn boundary.
18
+ turn-ended Notify the running MCP process that the host turn ended.
19
19
  install-claude-mcp Install the MCP server into ~/.claude.json for this project.
20
20
  install-codex-mcp Install the MCP server into ~/.codex/config.toml.
21
21
  install-codex-plugin Install this npm package into the local Codex plugin cache.
@@ -15,7 +15,7 @@ Commands:
15
15
  list-apps Print running or recently used apps.
16
16
  snapshot <app> Print the current accessibility snapshot for an app.
17
17
  call <tool> Call one tool, or run a JSON array of tool calls.
18
- turn-ended Acknowledge the host turn boundary.
18
+ turn-ended Notify the running MCP process that the host turn ended.
19
19
  install-claude-mcp Install the MCP server into ~/.claude.json for this project.
20
20
  install-codex-mcp Install the MCP server into ~/.codex/config.toml.
21
21
  install-codex-plugin Install this npm package into the local Codex plugin cache.
@@ -15,7 +15,7 @@ Commands:
15
15
  list-apps Print running or recently used apps.
16
16
  snapshot <app> Print the current accessibility snapshot for an app.
17
17
  call <tool> Call one tool, or run a JSON array of tool calls.
18
- turn-ended Acknowledge the host turn boundary.
18
+ turn-ended Notify the running MCP process that the host turn ended.
19
19
  install-claude-mcp Install the MCP server into ~/.claude.json for this project.
20
20
  install-codex-mcp Install the MCP server into ~/.codex/config.toml.
21
21
  install-codex-plugin Install this npm package into the local Codex plugin cache.
@@ -21,7 +21,7 @@
21
21
  <key>CFBundlePackageType</key>
22
22
  <string>APPL</string>
23
23
  <key>CFBundleShortVersionString</key>
24
- <string>0.1.24</string>
24
+ <string>0.1.26</string>
25
25
  <key>CFBundleVersion</key>
26
26
  <string>1</string>
27
27
  <key>LSMinimumSystemVersion</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-computer-use-mcp",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "Prebuilt macOS Computer Use MCP server. After install, run open-computer-use doctor.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/iFurySt/open-codex-computer-use",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-computer-use",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "Open-source macOS Computer Use MCP server packaged as a Codex plugin.",
5
5
  "author": {
6
6
  "name": "Leo",
@@ -11,7 +11,7 @@ const mcpConfig = {
11
11
  };
12
12
  const lines = [
13
13
  "",
14
- "Installed open-computer-use-mcp@0.1.24.",
14
+ "Installed open-computer-use-mcp@0.1.26.",
15
15
  "Package: https://www.npmjs.com/package/open-computer-use-mcp",
16
16
  "Commands: open-computer-use, open-computer-use-mcp, open-codex-computer-use-mcp",
17
17
  "",