Skip to content

Commit 1cb210a

Browse files
JacksonGLmeta-codesync[bot]
authored andcommitted
feat(leak-hunt): improve WhatsApp Web hunts
Summary: Teaches the memlab `leak-hunt` skill to drive WhatsApp Web from its pre-built navigation graph instead of a blind screenshot/accessibility walk, and bumps the MCP server version stamp (server code unchanged). - MCP server: version bump only. `memlab/mcp-server` package.json 2.18.2 → 2.18.3 and the self-reported `version` in `src/index.ts` 2.18.1 → 2.18.3, which also resolves a pre-existing mismatch between the two. No server behavior change — the stamp follows the release convention. Differential Revision: D111816123 fbshipit-source-id: 451370d77a9580186f7edd17a56703d2fdb76827
1 parent b1cb666 commit 1cb210a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@memlab/mcp-server",
3-
"version": "2.18.2",
3+
"version": "2.18.3",
44
"license": "MIT",
55
"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",
66
"author": "Liang Gong <lgong@meta.com>",

packages/mcp-server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ import {registerEventRegistry} from './tools/event-registry.js';
7474

7575
const server = new McpServer({
7676
name: 'memlab',
77-
version: '2.18.1', // keep in sync with package.json
77+
version: '2.18.3', // keep in sync with package.json
7878
});
7979

8080
// Wrap every tool with a wall-clock guardrail (default 90s, override per-call

0 commit comments

Comments
 (0)