@plur-ai/mcp 0.7.2 → 0.7.3
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/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import { existsSync, readFileSync, writeFileSync, mkdirSync } from "fs";
|
|
5
5
|
import { join } from "path";
|
|
6
6
|
import { homedir } from "os";
|
|
7
|
-
var VERSION = "0.7.
|
|
7
|
+
var VERSION = "0.7.3";
|
|
8
8
|
var HELP = `plur-mcp v${VERSION} \u2014 persistent memory for AI agents
|
|
9
9
|
|
|
10
10
|
Usage:
|
|
@@ -226,7 +226,7 @@ if (arg === "init") {
|
|
|
226
226
|
process.exit(0);
|
|
227
227
|
}
|
|
228
228
|
if (arg === "serve" || arg === void 0) {
|
|
229
|
-
const { runStdio } = await import("./server-
|
|
229
|
+
const { runStdio } = await import("./server-SMDNVIN5.js");
|
|
230
230
|
runStdio().catch((err) => {
|
|
231
231
|
console.error("Failed to start PLUR MCP server:", err);
|
|
232
232
|
process.exit(1);
|
|
@@ -975,7 +975,7 @@ Include at least one engram_suggestion if ANYTHING was learned. An empty suggest
|
|
|
975
975
|
|
|
976
976
|
// src/server.ts
|
|
977
977
|
import { z } from "zod";
|
|
978
|
-
var VERSION = "0.7.
|
|
978
|
+
var VERSION = "0.7.3";
|
|
979
979
|
var INSTRUCTIONS = `PLUR is your persistent memory. Corrections, preferences, and conventions persist across sessions as engrams.
|
|
980
980
|
|
|
981
981
|
REQUIRED at session boundaries:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plur-ai/mcp",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"plur-mcp": "dist/index.js"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
14
14
|
"zod": "^3.23.0",
|
|
15
|
-
"@plur-ai/core": "0.7.
|
|
15
|
+
"@plur-ai/core": "0.7.3"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/node": "^25.5.0"
|