@pyxmate/memory 0.29.0 → 0.29.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.
- package/dist/cli/pyx-mem.mjs +1 -1
- package/package.json +1 -1
package/dist/cli/pyx-mem.mjs
CHANGED
|
@@ -15762,7 +15762,7 @@ var ALL_TOOL_NAMES = ALL_TOOLS.map((t) => t.name);
|
|
|
15762
15762
|
// src/mcp/server.ts
|
|
15763
15763
|
async function runMcpServer(opts) {
|
|
15764
15764
|
const fetchImpl = opts.fetchImpl ?? fetch;
|
|
15765
|
-
const version2 = opts.version ?? (true ? "0.29.
|
|
15765
|
+
const version2 = opts.version ?? (true ? "0.29.1" : "0.0.0-dev");
|
|
15766
15766
|
const server = new McpServer(
|
|
15767
15767
|
{ name: "pyx-memory", version: version2 },
|
|
15768
15768
|
{ instructions: PYX_MEMORY_INSTRUCTIONS, capabilities: { tools: {} } }
|