@xultrax-web/agent-memory-mcp 0.13.0 → 0.13.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2277,7 +2277,7 @@ function actionColor(action) {
2277
2277
  // -------------------------------------------------------------
2278
2278
  // Server wiring
2279
2279
  // -------------------------------------------------------------
2280
- const server = new Server({ name: "agent-memory", version: "0.13.0" }, { capabilities: { tools: {}, resources: {}, prompts: {} } });
2280
+ const server = new Server({ name: "agent-memory", version: "0.13.1" }, { capabilities: { tools: {}, resources: {}, prompts: {} } });
2281
2281
  // -------------------------------------------------------------
2282
2282
  // Resource URI scheme
2283
2283
  // -------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xultrax-web/agent-memory-mcp",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "mcpName": "io.github.xultrax-web/agent-memory-mcp",
5
5
  "description": "Codify how you work. Every AI tool obeys. Markdown rules + cross-tool companion files (AGENTS.md/CLAUDE.md/.cursor/rules/.gemini) + Compliance Receipts for protocol-level enforcement of destructive ops. Reference implementation of CRP 1.0. Works on every MCP client (no Sampling required).",
6
6
  "type": "module",