@vheins/local-memory-mcp 0.8.8 → 0.8.9

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.
@@ -1956,6 +1956,7 @@ function createRouter(db2, vectors2, options) {
1956
1956
  } else {
1957
1957
  result = await executeToolLogic();
1958
1958
  }
1959
+ logger.info(`[Tool] ${toolName} result`, { repo, result });
1959
1960
  try {
1960
1961
  const actionType = toolName.split("-")[1] || toolName;
1961
1962
  const res = result;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",