@plur-ai/mcp 0.8.2 → 0.8.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.8.
|
|
7
|
+
var VERSION = "0.8.3";
|
|
8
8
|
var HELP = `plur-mcp v${VERSION} \u2014 persistent memory for AI agents
|
|
9
9
|
|
|
10
10
|
Usage:
|
|
@@ -212,7 +212,7 @@ if (arg === "init") {
|
|
|
212
212
|
process.exit(0);
|
|
213
213
|
}
|
|
214
214
|
if (arg === "serve" || arg === void 0) {
|
|
215
|
-
const { runStdio } = await import("./server-
|
|
215
|
+
const { runStdio } = await import("./server-YEWTBXTD.js");
|
|
216
216
|
runStdio().catch((err) => {
|
|
217
217
|
console.error("Failed to start PLUR MCP server:", err);
|
|
218
218
|
process.exit(1);
|
|
@@ -1241,7 +1241,7 @@ Include at least one engram_suggestion if ANYTHING was learned. An empty suggest
|
|
|
1241
1241
|
|
|
1242
1242
|
// src/server.ts
|
|
1243
1243
|
import { z } from "zod";
|
|
1244
|
-
var VERSION = "0.8.
|
|
1244
|
+
var VERSION = "0.8.3";
|
|
1245
1245
|
var INSTRUCTIONS = `PLUR is your persistent memory. Corrections, preferences, and conventions persist across sessions as engrams.
|
|
1246
1246
|
|
|
1247
1247
|
PLUR is a GLOBAL tool \u2014 one MCP server, one engram store (~/.plur/), available in every project. Multi-project scoping uses domain/scope fields on engrams, not separate installations.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plur-ai/mcp",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.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.8.
|
|
15
|
+
"@plur-ai/core": "0.8.3"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/node": "^25.5.0"
|