@mysten-incubation/memwal-mcp 0.0.2-dev.1 → 0.0.2-dev.2

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -118,7 +118,6 @@ function in `src/bridge.ts` if you want to assert it directly.
118
118
 
119
119
  ```sh
120
120
  memwal-mcp --prod
121
- memwal-mcp --dev
122
121
  memwal-mcp --staging
123
122
  memwal-mcp --local
124
123
  ```
@@ -134,7 +133,7 @@ You can also pass explicit URLs:
134
133
  "-y",
135
134
  "@mysten-incubation/memwal-mcp",
136
135
  "--relayer",
137
- "https://relayer.dev.memwal.ai"
136
+ "https://relayer-staging.memory.walrus.xyz"
138
137
  ]
139
138
  }
140
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mysten-incubation/memwal-mcp",
3
- "version": "0.0.2-dev.1",
3
+ "version": "0.0.2-dev.2",
4
4
  "description": "Walrus Memory MCP client — single-binary stdio MCP server that bridges Cursor / Claude Desktop / Antigravity / Claude Code to the Walrus Memory relayer. Handles browser-based wallet login on first run.",
5
5
  "type": "module",
6
6
  "engines": {