@iceinvein/code-intelligence-mcp 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,6 +60,21 @@ Available tools for the agent:
60
60
 
61
61
  ---
62
62
 
63
+ ## Supported Languages
64
+
65
+ The server supports semantic navigation and symbol extraction for the following languages:
66
+
67
+ * **Rust**
68
+ * **TypeScript / TSX**
69
+ * **JavaScript**
70
+ * **Python**
71
+ * **Go**
72
+ * **Java**
73
+ * **C**
74
+ * **C++**
75
+
76
+ ---
77
+
63
78
  ## Smart Ranking
64
79
 
65
80
  The ranking engine optimizes results for relevance using several heuristics:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iceinvein/code-intelligence-mcp",
3
- "version": "0.2.1",
3
+ "version": "0.2.4",
4
4
  "description": "Code Intelligence MCP Server - Smart context for your LLM coding agent",
5
5
  "bin": {
6
6
  "code-intelligence-mcp": "bin/run.js"