narsil-mcp 1.6.0 → 1.7.0

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 (3) hide show
  1. package/README.md +2 -2
  2. package/install.js +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -27,8 +27,8 @@ Then start Claude Code in your project directory.
27
27
 
28
28
  ## Features
29
29
 
30
- - **76 MCP tools** for code intelligence
31
- - **16 languages** supported via tree-sitter
30
+ - **90 MCP tools** for code intelligence
31
+ - **32 languages** supported via tree-sitter
32
32
  - **Multi-mode search**: BM25, TF-IDF, hybrid, neural embeddings
33
33
  - **Call graph analysis**: callers, callees, paths, hotspots
34
34
  - **Security scanning**: OWASP Top 10, CWE Top 25, secrets detection
package/install.js CHANGED
@@ -34,7 +34,7 @@ function getTargetInfo() {
34
34
  extension: "tar.gz",
35
35
  },
36
36
  "linux-arm64": {
37
- artifact: "linux-x86_64", // Fallback - no ARM Linux build yet
37
+ artifact: "linux-aarch64",
38
38
  extension: "tar.gz",
39
39
  },
40
40
  "win32-x64": {
@@ -48,7 +48,7 @@ function getTargetInfo() {
48
48
 
49
49
  if (!target) {
50
50
  console.error(`Unsupported platform: ${platform}-${arch}`);
51
- console.error("Supported platforms: darwin-x64, darwin-arm64, linux-x64, win32-x64");
51
+ console.error("Supported platforms: darwin-x64, darwin-arm64, linux-x64, linux-arm64, win32-x64");
52
52
  console.error("\nYou can build from source instead:");
53
53
  console.error(" cargo install narsil-mcp");
54
54
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "narsil-mcp",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "A blazingly fast MCP server for code intelligence - multi-language parsing, semantic search, call graphs, security scanning",
5
5
  "keywords": [
6
6
  "mcp",