mindforge-mcp-server 11.9.6 → 11.9.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22365,7 +22365,7 @@ async function ensureDaemonRunning(projectRoot) {
22365
22365
  }
22366
22366
 
22367
22367
  // package.json
22368
- var version2 = "11.9.6";
22368
+ var version2 = "11.9.8";
22369
22369
 
22370
22370
  // src/index.ts
22371
22371
  var PROJECT_ROOT = process.env.CLAUDE_PROJECT_DIR || process.cwd();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindforge-mcp-server",
3
- "version": "11.9.6",
3
+ "version": "11.9.8",
4
4
  "description": "MindForge MCP server — exposes the MindForge engine (knowledge graph, project health, audit log) and the MindForge browser daemon to Claude Code and any MCP host as 8 stdio tools. Self-contained, zero runtime dependencies.",
5
5
  "mcpName": "io.github.sairam0424/mindforge",
6
6
  "type": "commonjs",