@cup319/mmpl-rust 0.1.1 → 0.2.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/install.js
CHANGED
|
@@ -9,7 +9,7 @@ const { get } = require("https");
|
|
|
9
9
|
const path = require("path");
|
|
10
10
|
const { execSync } = require("child_process");
|
|
11
11
|
|
|
12
|
-
const VERSION = "0.
|
|
12
|
+
const VERSION = "0.2.0";
|
|
13
13
|
const ASSET_NAME = `mmpl-v${VERSION}-linux-x86_64.tar.gz`;
|
|
14
14
|
const URL = `https://cnb.cool/cnb-t/MMPL/-/releases/download/rust-v${VERSION}/${ASSET_NAME}`;
|
|
15
15
|
const BIN = path.join(__dirname, "bin", "mmpl");
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cup319/mmpl-rust",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "MMPL (Memory Palace) Rust Edition — 单二进制 DuckDB 向量记忆 MCP Server (
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "MMPL (Memory Palace) Rust Edition — 单二进制 DuckDB 向量记忆 MCP Server (9 工具全量: 检索/生命周期/L0-L3 管道/宫殿/符号压缩)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"install.js",
|
|
15
15
|
"run.js",
|
|
16
16
|
"README.md",
|
|
17
|
-
"mmpl-v0.
|
|
17
|
+
"mmpl-v0.2.0-linux-x86_64.tar.gz"
|
|
18
18
|
],
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postinstall": "node install.js"
|