devsh-memory-mcp 0.3.4 → 0.3.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.
|
@@ -2135,7 +2135,7 @@ function createMemoryMcpServer(config) {
|
|
|
2135
2135
|
method: "POST",
|
|
2136
2136
|
headers: {
|
|
2137
2137
|
"Content-Type": "application/json",
|
|
2138
|
-
"
|
|
2138
|
+
"x-cmux-token": jwt
|
|
2139
2139
|
},
|
|
2140
2140
|
body: JSON.stringify({
|
|
2141
2141
|
eventType,
|
|
@@ -2197,7 +2197,7 @@ function createMemoryMcpServer(config) {
|
|
|
2197
2197
|
const response = await fetch(url.toString(), {
|
|
2198
2198
|
method: "GET",
|
|
2199
2199
|
headers: {
|
|
2200
|
-
"
|
|
2200
|
+
"x-cmux-token": jwt
|
|
2201
2201
|
}
|
|
2202
2202
|
});
|
|
2203
2203
|
if (!response.ok) {
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devsh-memory-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "MCP server for devsh/cmux agent memory - enables Claude Desktop and external clients to access sandbox memory and orchestrate multi-agent workflows",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|