@memlab/mcp-server 2.0.0 → 2.0.1
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memlab/mcp-server",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "MCP server for MemLab heap snapshot analysis — gives AI coding assistants tools to explore JavaScript heap snapshots, find memory leaks, and identify optimization opportunities",
|
|
6
6
|
"author": "Liang Gong <lgong@meta.com>",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"node": ">= 18.0.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@memlab/core": "^2.0.
|
|
35
|
-
"@memlab/heap-analysis": "^2.0.
|
|
36
|
-
"@modelcontextprotocol/sdk": "
|
|
37
|
-
"zod": "
|
|
34
|
+
"@memlab/core": "^2.0.1",
|
|
35
|
+
"@memlab/heap-analysis": "^2.0.1",
|
|
36
|
+
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
37
|
+
"zod": "^3.25.76"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^22.15.3",
|