@atoms-tech/atoms-mcp 0.20.3 → 0.22.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 +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,7 @@ Every action is logged with AI actor attribution (`mcp_claude`) and enforces you
|
|
|
44
44
|
| `atoms_search` | Full-text search across items | Read | |
|
|
45
45
|
| `atoms_browse` | Interactive filterable item viewer | Read | Browse viewer |
|
|
46
46
|
| `atoms_get_coverage` | Find requirements without test cases | Read | Coverage heatmap |
|
|
47
|
+
| `atoms_verification_status` | Release-bound verification state per requirement | Read | |
|
|
47
48
|
| `atoms_get_history` | Audit trail for an item | Read | |
|
|
48
49
|
| `atoms_export_mermaid` | Generate traceability diagram | Read | |
|
|
49
50
|
| `atoms_trace` | Walk traceability graph (upstream/downstream) | Read | Force-directed graph |
|