@alucify/mcp 0.6.5 → 0.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.
package/README.md CHANGED
@@ -32,6 +32,7 @@ Requires a `.alucify/` directory with an appgraph (generated by `alucify analyze
32
32
  | `get_analysis` | Congruency, coverage, and quality report summaries |
33
33
  | `link_context` | Link a node to its implementation file for progress tracking |
34
34
  | `verify_plan` | Mechanical plan validation (catches invented IDs, drift, omissions) |
35
+ | `find_similar_context` | Search for existing concepts matching a term — use before introducing new domain language |
35
36
 
36
37
  ## How It Works
37
38