@membank/mcp 0.4.1 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -31,7 +31,7 @@ If you're configuring a harness by hand, point it at:
31
31
  ```json
32
32
  {
33
33
  "command": "npx",
34
- "args": ["@membank/cli@latest", "--mcp"]
34
+ "args": ["@membank/cli", "--mcp"]
35
35
  }
36
36
  ```
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@membank/mcp",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "@modelcontextprotocol/sdk": "^1.29.0",
21
- "@membank/core": "0.4.1"
21
+ "@membank/core": "0.5.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^25.6.0",