@github/computer-use-mcp 0.1.35 → 0.1.38
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/dist/{main.js → mcp/index.js} +12 -14
- package/dist/{index.js → mcp/main.js} +18 -16
- package/dist/{prebuilds/darwin-x64 → mcp/prebuilds/darwin-arm64}/Copilot Computer Use.app/Contents/CodeResources +0 -0
- package/dist/{prebuilds → mcp/prebuilds}/darwin-arm64/Copilot Computer Use.app/Contents/Info.plist +2 -2
- package/dist/mcp/prebuilds/darwin-arm64/Copilot Computer Use.app/Contents/MacOS/Copilot Computer Use +0 -0
- package/dist/mcp/prebuilds/darwin-arm64/computer.node +0 -0
- package/dist/{prebuilds/darwin-arm64 → mcp/prebuilds/darwin-x64}/Copilot Computer Use.app/Contents/CodeResources +0 -0
- package/dist/{prebuilds → mcp/prebuilds}/darwin-x64/Copilot Computer Use.app/Contents/Info.plist +2 -2
- package/dist/mcp/prebuilds/darwin-x64/Copilot Computer Use.app/Contents/MacOS/Copilot Computer Use +0 -0
- package/dist/mcp/prebuilds/darwin-x64/computer.node +0 -0
- package/dist/{prebuilds → mcp/prebuilds}/win32-arm64/computer.node +0 -0
- package/dist/{prebuilds → mcp/prebuilds}/win32-x64/computer.node +0 -0
- package/package.json +17 -15
- package/dist/prebuilds/darwin-arm64/Copilot Computer Use.app/Contents/MacOS/Copilot Computer Use +0 -0
- package/dist/prebuilds/darwin-arm64/computer.node +0 -0
- package/dist/prebuilds/darwin-x64/Copilot Computer Use.app/Contents/MacOS/Copilot Computer Use +0 -0
- package/dist/prebuilds/darwin-x64/computer.node +0 -0
- /package/dist/{index.d.ts → mcp/index.d.ts} +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/darwin-arm64/Copilot Computer Use.app/Contents/PkgInfo +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/darwin-arm64/Copilot Computer Use.app/Contents/Resources/Assets.car +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/darwin-arm64/Copilot Computer Use.app/Contents/Resources/icon.icns +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/darwin-arm64/Copilot Computer Use.app/Contents/_CodeSignature/CodeResources +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/darwin-x64/Copilot Computer Use.app/Contents/PkgInfo +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/darwin-x64/Copilot Computer Use.app/Contents/Resources/Assets.car +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/darwin-x64/Copilot Computer Use.app/Contents/Resources/icon.icns +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/darwin-x64/Copilot Computer Use.app/Contents/_CodeSignature/CodeResources +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/linux-arm64/computer.node +0 -0
- /package/dist/{prebuilds → mcp/prebuilds}/linux-x64/computer.node +0 -0
|
Binary file
|
package/dist/{prebuilds → mcp/prebuilds}/darwin-arm64/Copilot Computer Use.app/Contents/Info.plist
RENAMED
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
<key>CFBundlePackageType</key>
|
|
22
22
|
<string>APPL</string>
|
|
23
23
|
<key>CFBundleShortVersionString</key>
|
|
24
|
-
<string>0.1.
|
|
24
|
+
<string>0.1.38</string>
|
|
25
25
|
<key>CFBundleVersion</key>
|
|
26
|
-
<string>0.1.
|
|
26
|
+
<string>0.1.38</string>
|
|
27
27
|
<key>LSBackgroundOnly</key>
|
|
28
28
|
<false/>
|
|
29
29
|
<key>LSUIElement</key>
|
package/dist/mcp/prebuilds/darwin-arm64/Copilot Computer Use.app/Contents/MacOS/Copilot Computer Use
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/{prebuilds → mcp/prebuilds}/darwin-x64/Copilot Computer Use.app/Contents/Info.plist
RENAMED
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
<key>CFBundlePackageType</key>
|
|
22
22
|
<string>APPL</string>
|
|
23
23
|
<key>CFBundleShortVersionString</key>
|
|
24
|
-
<string>0.1.
|
|
24
|
+
<string>0.1.38</string>
|
|
25
25
|
<key>CFBundleVersion</key>
|
|
26
|
-
<string>0.1.
|
|
26
|
+
<string>0.1.38</string>
|
|
27
27
|
<key>LSBackgroundOnly</key>
|
|
28
28
|
<false/>
|
|
29
29
|
<key>LSUIElement</key>
|
package/dist/mcp/prebuilds/darwin-x64/Copilot Computer Use.app/Contents/MacOS/Copilot Computer Use
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@github/computer-use-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"description": "Computer Use MCP Server",
|
|
5
5
|
"author": "GitHub",
|
|
6
6
|
"repository": {
|
|
@@ -8,36 +8,38 @@
|
|
|
8
8
|
"url": "https://github.com/github/computer-use.git"
|
|
9
9
|
},
|
|
10
10
|
"type": "module",
|
|
11
|
-
"main": "dist/index.js",
|
|
12
|
-
"types": "dist/index.d.ts",
|
|
13
|
-
"bin": "dist/main.js",
|
|
11
|
+
"main": "dist/mcp/index.js",
|
|
12
|
+
"types": "dist/mcp/index.d.ts",
|
|
13
|
+
"bin": "dist/mcp/main.js",
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
-
"import": "./dist/index.js",
|
|
17
|
-
"types": "./dist/index.d.ts"
|
|
16
|
+
"import": "./dist/mcp/index.js",
|
|
17
|
+
"types": "./dist/mcp/index.d.ts"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
21
|
-
"dist/index.js",
|
|
22
|
-
"dist/index.d.ts",
|
|
23
|
-
"dist/main.js",
|
|
24
|
-
"dist/prebuilds"
|
|
21
|
+
"dist/mcp/index.js",
|
|
22
|
+
"dist/mcp/index.d.ts",
|
|
23
|
+
"dist/mcp/main.js",
|
|
24
|
+
"dist/mcp/prebuilds"
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
27
|
"clean": "node package.js clean",
|
|
28
28
|
"build": "node package.js build",
|
|
29
|
+
"pack": "node package.js pack",
|
|
29
30
|
"start": "node package.js build start",
|
|
30
31
|
"yolo": "node package.js build yolo",
|
|
31
|
-
"serve": "npm run build:mcp && node dist/main.js",
|
|
32
|
-
"build:mcp": "esbuild src/mcp/index.ts src/mcp/main.ts --bundle --minify --legal-comments=none --format=esm --platform=node --packages=external --outbase=src/mcp --outdir=dist && dts-bundle-generator src/mcp/index.ts -o dist/index.d.ts --no-banner --export-referenced-types false",
|
|
32
|
+
"serve": "npm run build:mcp && node dist/mcp/main.js",
|
|
33
|
+
"build:mcp": "esbuild src/mcp/index.ts src/mcp/main.ts --bundle --minify --legal-comments=none --format=esm --platform=node --packages=external --outbase=src/mcp --outdir=dist/mcp && dts-bundle-generator src/mcp/index.ts -o dist/mcp/index.d.ts --no-banner --export-referenced-types false",
|
|
33
34
|
"build:linux": "cd src/linux && bash build.sh",
|
|
34
35
|
"build:mac": "cd src/mac && bash build.sh",
|
|
35
36
|
"build:win": "cd src/win && powershell -ExecutionPolicy Bypass -File build.ps1",
|
|
36
37
|
"lint": "node package.js lint",
|
|
37
38
|
"test": "node package.js test",
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
39
|
+
"benchmark": "node test/benchmarks/benchmarks.js",
|
|
40
|
+
"release:patch": "npm version patch -m \"v%s\" && git push && git push --tags",
|
|
41
|
+
"release:minor": "npm version minor -m \"v%s\" && git push && git push --tags",
|
|
42
|
+
"release:major": "npm version major -m \"v%s\" && git push && git push --tags"
|
|
41
43
|
},
|
|
42
44
|
"dependencies": {
|
|
43
45
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
package/dist/prebuilds/darwin-arm64/Copilot Computer Use.app/Contents/MacOS/Copilot Computer Use
DELETED
|
Binary file
|
|
Binary file
|
package/dist/prebuilds/darwin-x64/Copilot Computer Use.app/Contents/MacOS/Copilot Computer Use
DELETED
|
Binary file
|
|
Binary file
|
|
File without changes
|
/package/dist/{prebuilds → mcp/prebuilds}/darwin-arm64/Copilot Computer Use.app/Contents/PkgInfo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{prebuilds → mcp/prebuilds}/darwin-x64/Copilot Computer Use.app/Contents/PkgInfo
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|