devsh-memory-mcp 0.3.2 → 0.3.3
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.
|
@@ -1171,7 +1171,7 @@ function createMemoryMcpServer(config) {
|
|
|
1171
1171
|
const response = await fetch(url, {
|
|
1172
1172
|
method: "POST",
|
|
1173
1173
|
headers: {
|
|
1174
|
-
"
|
|
1174
|
+
"X-Task-Run-JWT": jwt,
|
|
1175
1175
|
"Content-Type": "application/json"
|
|
1176
1176
|
},
|
|
1177
1177
|
body: JSON.stringify({
|
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.3",
|
|
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",
|