leapfrog-mcp 0.6.4 → 0.6.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.
- package/dist/index.js +2 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -94,14 +94,8 @@ if (LEAP_TILE && LEAP_TILE !== "false") {
|
|
|
94
94
|
if (LEAP_MULTI_TILE) {
|
|
95
95
|
tilesCoord.watch((state) => {
|
|
96
96
|
if (tileManager.isEnabled()) {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
const sess = sessions.getSession(si.id);
|
|
100
|
-
if (sess)
|
|
101
|
-
sessionMap.set(si.id, sess);
|
|
102
|
-
}
|
|
103
|
-
logger.info("tile.watcher_reflow", { globalTotal: state.slots.length, local: sessionMap.size });
|
|
104
|
-
tileManager.reflowAll(sessionMap).catch((e) => logger.warn("tile.watcher_reflow_failed", { error: e?.message }));
|
|
97
|
+
logger.info("tile.watcher_reflow", { globalTotal: state.slots.length });
|
|
98
|
+
reflowWithContext().catch((e) => logger.warn("tile.watcher_reflow_failed", { error: e?.message }));
|
|
105
99
|
}
|
|
106
100
|
});
|
|
107
101
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "leapfrog-mcp",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"description": "Multi-session browser MCP for AI agents — 36 tools, stealth, persistent auth, code-first scripts, API sniffer, agent intelligence",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|