engrm 0.4.44 → 0.4.45
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/hooks/session-start.js +1 -1
- package/dist/hooks/stop.js +1 -1
- package/dist/hooks/user-prompt-submit.js +0 -1506
- package/dist/server.js +1 -1
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -23290,7 +23290,7 @@ function installStdioLivenessGuards() {
|
|
|
23290
23290
|
function buildServer() {
|
|
23291
23291
|
const server = new McpServer({
|
|
23292
23292
|
name: "engrm",
|
|
23293
|
-
version: "0.4.
|
|
23293
|
+
version: "0.4.45"
|
|
23294
23294
|
});
|
|
23295
23295
|
const enabledToolNames = getEnabledToolNames(config2.tool_profile);
|
|
23296
23296
|
const originalTool = server.tool.bind(server);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "engrm",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.45",
|
|
4
4
|
"description": "Shared memory across devices, sessions, and agents, with thin MCP tools for durable capture, live continuity, and Hermes-ready remote MCP support",
|
|
5
5
|
"mcpName": "io.github.dr12hes/engrm",
|
|
6
6
|
"type": "module",
|