@hasna/mementos 0.14.31 → 0.14.33

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
@@ -152,7 +152,7 @@ function readErrorMessage(payload, status) {
152
152
  }
153
153
  // src/mcp-runtime.ts
154
154
  import { createInterface } from "readline";
155
- var MEMENTOS_MCP_VERSION = "0.14.31";
155
+ var MEMENTOS_MCP_VERSION = "0.14.33";
156
156
  var AUTHLESS_SCHEMA = {
157
157
  type: "object",
158
158
  properties: {},
@@ -1,5 +1,5 @@
1
1
  import { MementosRemoteClient } from "./remote-client";
2
- export declare const MEMENTOS_MCP_VERSION = "0.14.31";
2
+ export declare const MEMENTOS_MCP_VERSION = "0.14.33";
3
3
  export interface RemoteMcpTool {
4
4
  name: string;
5
5
  description: string;
package/dist/mcp.js CHANGED
@@ -157,7 +157,7 @@ function readErrorMessage(payload, status) {
157
157
  }
158
158
 
159
159
  // src/mcp-runtime.ts
160
- var MEMENTOS_MCP_VERSION = "0.14.31";
160
+ var MEMENTOS_MCP_VERSION = "0.14.33";
161
161
  var AUTHLESS_SCHEMA = {
162
162
  type: "object",
163
163
  properties: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/mementos",
3
- "version": "0.14.31",
3
+ "version": "0.14.33",
4
4
  "description": "Remote-only mementos.md SaaS CLI and MCP client",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",