@github/computer-use-mcp 0.1.29 → 0.1.31

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/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@github/computer-use-mcp",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "description": "Computer Use MCP Server",
5
5
  "author": "GitHub",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/github/computer-use-mcp.git"
8
+ "url": "https://github.com/github/computer-use.git"
9
9
  },
10
10
  "type": "module",
11
11
  "main": "dist/index.js",
@@ -25,7 +25,6 @@
25
25
  ],
26
26
  "scripts": {
27
27
  "clean": "node package.js clean",
28
- "install": "node package.js install",
29
28
  "build": "node package.js build",
30
29
  "start": "node package.js build start",
31
30
  "serve": "npm run build:js && node dist/main.js",
@@ -33,8 +32,8 @@
33
32
  "build:linux": "cd computer/linux && bash build.sh",
34
33
  "build:mac": "cd computer/mac && bash build.sh",
35
34
  "build:win": "cd computer/win && powershell -ExecutionPolicy Bypass -File build.ps1",
36
- "lint": "eslint package.js src/ test/",
37
- "test": "vitest run",
35
+ "lint": "node package.js lint",
36
+ "test": "node package.js test",
38
37
  "publish:patch": "npm version patch -m \"v%s\" && git push && git push --tags",
39
38
  "publish:minor": "npm version minor -m \"v%s\" && git push && git push --tags",
40
39
  "publish:major": "npm version major -m \"v%s\" && git push && git push --tags"