@softerist/heuristic-mcp 2.1.8 → 2.1.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.
- package/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -20,6 +20,7 @@ import * as IndexCodebaseFeature from "./features/index-codebase.js";
|
|
|
20
20
|
import * as HybridSearchFeature from "./features/hybrid-search.js";
|
|
21
21
|
import * as ClearCacheFeature from "./features/clear-cache.js";
|
|
22
22
|
import * as FindSimilarCodeFeature from "./features/find-similar-code.js";
|
|
23
|
+
import * as AnnConfigFeature from "./features/ann-config.js";
|
|
23
24
|
import { register } from "./features/register.js";
|
|
24
25
|
|
|
25
26
|
// Parse workspace from command line arguments
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softerist/heuristic-mcp",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.9",
|
|
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",
|