@aegean-org/qt-mcp-win32-x64 1.0.0

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 ADDED
@@ -0,0 +1,3 @@
1
+ # @aegean-org/qt-mcp-win32-x64
2
+
3
+ Qt MCP Windows x64 平台二进制包。发布前将可执行文件复制到 `bin/qt-mcp.exe`。
package/bin/.gitkeep ADDED
@@ -0,0 +1 @@
1
+
package/bin/qt-mcp.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@aegean-org/qt-mcp-win32-x64",
3
+ "version": "1.0.0",
4
+ "private": false,
5
+ "files": [
6
+ "bin",
7
+ "README.md"
8
+ ],
9
+ "os": [
10
+ "win32"
11
+ ],
12
+ "cpu": [
13
+ "x64"
14
+ ]
15
+ }