mindforge-mcp-server 11.9.3 → 11.9.4
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22012,7 +22012,7 @@ var MindForgeClient = class extends import_events.EventEmitter {
|
|
|
22012
22012
|
};
|
|
22013
22013
|
|
|
22014
22014
|
// package.json
|
|
22015
|
-
var version2 = "11.9.
|
|
22015
|
+
var version2 = "11.9.4";
|
|
22016
22016
|
|
|
22017
22017
|
// src/index.ts
|
|
22018
22018
|
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.
|
|
3
|
+
"version": "11.9.4",
|
|
4
4
|
"description": "MindForge MCP server — exposes the MindForge engine (knowledge graph, project health, audit log) to Claude Code and any MCP host as 7 stdio tools. Self-contained, zero runtime dependencies.",
|
|
5
5
|
"mcpName": "io.github.sairam0424/mindforge",
|
|
6
6
|
"type": "commonjs",
|