@alucify/mcp 0.6.4 → 0.6.5
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 +2 -0
- package/dist/mcp-server.js +31 -30
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,9 +27,11 @@ Requires a `.alucify/` directory with an appgraph (generated by `alucify analyze
|
|
|
27
27
|
| `get_context` | Full node detail with DSL definitions and connected nodes |
|
|
28
28
|
| `trace_dependencies` | Blast radius analysis for file changes |
|
|
29
29
|
| `get_remaining_work` | Unimplemented requirements, untested validations |
|
|
30
|
+
| `get_implementation_tasks` | Per-requirement task list with gap notes and untested validations |
|
|
30
31
|
| `diff_context` | Compare two versions |
|
|
31
32
|
| `get_analysis` | Congruency, coverage, and quality report summaries |
|
|
32
33
|
| `link_context` | Link a node to its implementation file for progress tracking |
|
|
34
|
+
| `verify_plan` | Mechanical plan validation (catches invented IDs, drift, omissions) |
|
|
33
35
|
|
|
34
36
|
## How It Works
|
|
35
37
|
|