@plur-ai/mcp 0.9.0 → 0.9.2

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.9.0";
7
+ var VERSION = "0.9.2";
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-4HO6UAY3.js");
215
+ const { runStdio } = await import("./server-3O37RXPQ.js");
216
216
  runStdio().catch((err) => {
217
217
  console.error("Failed to start PLUR MCP server:", err);
218
218
  process.exit(1);
@@ -1290,7 +1290,7 @@ Include at least one engram_suggestion if ANYTHING was learned. An empty suggest
1290
1290
 
1291
1291
  // src/server.ts
1292
1292
  import { z } from "zod";
1293
- var VERSION = "0.9.0";
1293
+ var VERSION = "0.9.2";
1294
1294
  var INSTRUCTIONS = `PLUR is your persistent memory. Corrections, preferences, and conventions persist across sessions as engrams.
1295
1295
 
1296
1296
  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.9.0",
3
+ "version": "0.9.2",
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.9.0"
15
+ "@plur-ai/core": "0.9.2"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "^25.5.0"