himem-mcp 1.0.2 → 1.0.5

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/.claude/mcp.json CHANGED
@@ -5,7 +5,8 @@
5
5
  "args": ["himem-mcp"],
6
6
  "env": {
7
7
  "HIMEM_KEY": "hm_live_gf3rqTQk32p0BaNRBR7UZjYVNsvs4nUe",
8
- "HIMEM_PROJECT": "himem"
8
+ "HIMEM_PROJECT": "himem",
9
+ "HIMEM_API": "https://himem-worker.rhythm1.workers.dev"
9
10
  }
10
11
  }
11
12
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "himem-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.5",
4
4
  "type": "module",
5
5
  "description": "Persistent memory for any AI — Claude, GPT, Gemini, Cursor. Never forget a codebase, decision, or conversation.",
6
6
  "main": "src/index.js",
7
7
  "bin": {
8
- "himem-mcp": "./src/index.js"
8
+ "himem-mcp": "src/index.js"
9
9
  },
10
10
  "keywords": [
11
11
  "mcp",
package/src/index.js CHANGED
@@ -26,7 +26,7 @@ async function himem(path, method = "GET", body = null) {
26
26
 
27
27
  const server = new Server({
28
28
  name: "himem",
29
- version: "1.0.0"
29
+ version: "1.0.5"
30
30
  }, {
31
31
  capabilities: { tools: {} }
32
32
  });