@pyxmate/memory 0.22.1 → 0.22.4

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.
@@ -15479,7 +15479,7 @@ var ALL_TOOL_NAMES = ALL_TOOLS.map((t) => t.name);
15479
15479
  // src/mcp/server.ts
15480
15480
  async function runMcpServer(opts) {
15481
15481
  const fetchImpl = opts.fetchImpl ?? fetch;
15482
- const version2 = opts.version ?? (true ? "0.22.1" : "0.0.0-dev");
15482
+ const version2 = opts.version ?? (true ? "0.22.4" : "0.0.0-dev");
15483
15483
  const server = new McpServer(
15484
15484
  { name: "pyx-memory", version: version2 },
15485
15485
  { instructions: PYX_MEMORY_INSTRUCTIONS, capabilities: { tools: {} } }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyxmate/memory",
3
- "version": "0.22.1",
3
+ "version": "0.22.4",
4
4
  "type": "module",
5
5
  "description": "SDK for pyx-memory — Memory as a Service for AI agents",
6
6
  "license": "MIT",