@vividcodeai/embedded-xlink-linux-x64 0.2.8 → 0.2.9

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,13 @@
1
+ # @vividcodeai/embedded-xlink-linux-x64
2
+
3
+ Prebuilt binary for Linux x86_64. This is a platform dependency of `@vividcodeai/embedded-xlink-mcp`.
4
+
5
+ **Do not install this package directly.** Install the parent package instead:
6
+
7
+ ```bash
8
+ npm install @vividcodeai/embedded-xlink-mcp
9
+ ```
10
+
11
+ ---
12
+
13
+ [中文文档](README.zh.md)
package/README.zh.md ADDED
@@ -0,0 +1,13 @@
1
+ # @vividcodeai/embedded-xlink-linux-x64
2
+
3
+ 适用于 Linux x86_64 的预编译二进制文件。这是 `@vividcodeai/embedded-xlink-mcp` 的平台依赖包。
4
+
5
+ **不要直接安装此包。** 请安装父包:
6
+
7
+ ```bash
8
+ npm install @vividcodeai/embedded-xlink-mcp
9
+ ```
10
+
11
+ ---
12
+
13
+ [English Documentation](README.md)
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vividcodeai/embedded-xlink-linux-x64",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "os": [
5
5
  "linux"
6
6
  ],
@@ -8,7 +8,9 @@
8
8
  "x64"
9
9
  ],
10
10
  "files": [
11
- "bin/"
11
+ "bin/",
12
+ "README.md",
13
+ "README.zh.md"
12
14
  ],
13
15
  "description": "Prebuilt binary for Linux x86_64 - embedded-xlink-mcp",
14
16
  "license": "MIT",