@pyxmate/memory 0.32.1 → 0.33.0

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.
@@ -1330,7 +1330,7 @@ var ALL_TOOL_NAMES = ALL_TOOLS.map((t) => t.name);
1330
1330
  // src/mcp/server.ts
1331
1331
  async function runMcpServer(opts) {
1332
1332
  const fetchImpl = opts.fetchImpl ?? fetch;
1333
- const version = opts.version ?? (true ? "0.32.1" : "0.0.0-dev");
1333
+ const version = opts.version ?? (true ? "0.33.0" : "0.0.0-dev");
1334
1334
  const server = new McpServer(
1335
1335
  { name: "pyx-memory", version },
1336
1336
  { instructions: PYX_MEMORY_INSTRUCTIONS, capabilities: { tools: {} } }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pyxmate/memory",
3
- "version": "0.32.1",
3
+ "version": "0.33.0",
4
4
  "type": "module",
5
5
  "description": "SDK for pyx-memory — Memory as a Service for AI agents",
6
6
  "license": "MIT",