native-devtools-mcp 0.3.3 → 0.3.4
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 +10 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -15,7 +15,16 @@ A Model Context Protocol (MCP) server that provides **Computer Use** capabilitie
|
|
|
15
15
|
|
|
16
16
|
[Features](#-features) • [Installation](#-installation) • [For AI Agents](#-for-ai-agents-llms) • [Permissions](#-required-permissions-macos)
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
<table>
|
|
19
|
+
<tr>
|
|
20
|
+
<td align="center"><strong>macOS</strong></td>
|
|
21
|
+
<td align="center"><strong>Windows</strong></td>
|
|
22
|
+
</tr>
|
|
23
|
+
<tr>
|
|
24
|
+
<td><img src="demo.gif" width="450" alt="macOS Demo"></td>
|
|
25
|
+
<td><img src="windows-demo-1.gif" width="450" alt="Windows Demo"></td>
|
|
26
|
+
</tr>
|
|
27
|
+
</table>
|
|
19
28
|
|
|
20
29
|
</div>
|
|
21
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "native-devtools-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "MCP server for computer-use / desktop automation of native apps (screenshots, OCR, input)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"bin"
|
|
40
40
|
],
|
|
41
41
|
"optionalDependencies": {
|
|
42
|
-
"@sh3ll3x3c/native-devtools-mcp-darwin-arm64": "0.3.
|
|
43
|
-
"@sh3ll3x3c/native-devtools-mcp-win32-x64": "0.3.
|
|
42
|
+
"@sh3ll3x3c/native-devtools-mcp-darwin-arm64": "0.3.4",
|
|
43
|
+
"@sh3ll3x3c/native-devtools-mcp-win32-x64": "0.3.4"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=18"
|