@softerist/heuristic-mcp 2.1.34 → 2.1.35

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.
@@ -93,6 +93,7 @@ function forceLog(message) {
93
93
  export async function register(filter = null) {
94
94
  const binaryPath = process.execPath; // The node binary
95
95
  const scriptPath = fileURLToPath(new URL('../index.js', import.meta.url)); // Absolute path to index.js
96
+ const currentIDE = detectCurrentIDE();
96
97
 
97
98
  // For Antigravity, we MUST use absolute path because ${workspaceFolder} variable expansion
98
99
  // is not supported in the current version, and '.' uses the wrong CWD.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softerist/heuristic-mcp",
3
- "version": "2.1.34",
3
+ "version": "2.1.35",
4
4
  "description": "An enhanced MCP server providing intelligent semantic code search with find-similar-code, recency ranking, and improved chunking. Fork of smart-coding-mcp.",
5
5
  "type": "module",
6
6
  "main": "index.js",