codeix 0.4.0 → 0.5.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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # codeix
2
2
 
3
- **[codeix.dev](https://codeix.dev)** · Portable, composable code index. Your AI agent finds the right function on the first try — no scanning, no guessing, no wasted tokens.
3
+ <!-- mcp-name: io.github.montanetech/codeix -->
4
+
5
+ **[codeix.dev](https://codeix.dev)** · Fast semantic code search for AI agents — find symbols, references, and callers across any codebase.
4
6
 
5
7
  ```
6
8
  codeix # start MCP server, watch for changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeix",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "mcpName": "io.github.montanetech/codeix",
5
5
  "description": "Fast semantic code search for AI agents — find symbols, references, and callers across any codebase",
6
6
  "license": "MIT OR Apache-2.0",