@atoms-tech/atoms-mcp 0.3.6 → 0.4.1

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
@@ -21,12 +21,15 @@ That's it. Claude can now read, create, and manage requirements in your ATOMS pr
21
21
 
22
22
  ATOMS MCP gives AI agents direct access to your requirements, test cases, and traceability data through the [Model Context Protocol](https://modelcontextprotocol.io). Agents can:
23
23
 
24
- - Browse projects, search requirements, and inspect items
25
- - Create and update requirements, test cases, and notes
26
- - Bulk import 100 items at a time
24
+ - Browse and filter items with an interactive viewer
25
+ - Create and update requirements with an inline editor
26
+ - Search requirements, test cases, and notes
27
+ - Bulk import up to 100 items at a time
27
28
  - Link items with parent/child and verification relationships
28
29
  - Record test results and check coverage gaps
29
- - Export traceability diagrams as Mermaid graphs
30
+ - Trace requirement/test relationships upstream and downstream
31
+ - Generate traceability diagrams as Mermaid graphs
32
+ - View project compliance dashboards
30
33
 
31
34
  Every action is logged with AI actor attribution (`mcp_claude`) and enforces your organization's role-based permissions.
32
35
 
@@ -34,33 +37,40 @@ Every action is logged with AI actor attribution (`mcp_claude`) and enforces you
34
37
 
35
38
  | Tool | Description | Access | MCP App UI |
36
39
  |------|-------------|--------|------------|
40
+ | `atoms_status` | Health check and auth status | Read | |
37
41
  | `atoms_list_projects` | List all accessible projects | Read | |
38
42
  | `atoms_list_items` | Browse items with type/domain/level filters | Read | |
39
43
  | `atoms_get_item` | Get full item details with relationships | Read | |
40
44
  | `atoms_search` | Full-text search across items | Read | |
45
+ | `atoms_browse` | Interactive filterable item viewer | Read | Browse viewer |
41
46
  | `atoms_get_coverage` | Find requirements without test cases | Read | Coverage heatmap |
42
47
  | `atoms_get_history` | Audit trail for an item | Read | |
43
- | `atoms_export_mermaid` | Generate traceability diagram | Read | Interactive diagram |
44
- | `atoms_create_item` | Create a requirement, test case, or note | Write | |
45
- | `atoms_update_item` | Update item fields | Write | |
48
+ | `atoms_export_mermaid` | Generate traceability diagram | Read | |
49
+ | `atoms_trace` | Walk traceability graph (upstream/downstream) | Read | Force-directed graph |
50
+ | `atoms_project_summary` | Project compliance dashboard | Read | Charts + gauges |
51
+ | `atoms_impact_analysis` | Analyze change impact across items | Read | |
52
+ | `atoms_list_variables` | List parameterized variables | Read | |
53
+ | `atoms_get_variable` | Get variable with references | Read | |
54
+ | `atoms_update_variable` | Update variable value | Write | |
55
+ | `atoms_create_item` | Create a requirement, test case, or note | Write | Inline editor |
56
+ | `atoms_update_item` | Update item fields | Write | Inline editor |
46
57
  | `atoms_delete_item` | Soft-delete an item | Write | |
47
58
  | `atoms_link_items` | Add/remove relationships between items | Write | |
48
59
  | `atoms_bulk_import` | Bulk create up to 100 items at once | Write | Results table |
49
60
  | `atoms_record_test_result` | Record pass/fail for a test case | Write | |
50
- | `atoms_trace` | Walk traceability graph (upstream/downstream) | Read | Force-directed graph |
51
- | `atoms_project_summary` | Project compliance dashboard | Read | Charts + gauges |
52
61
 
53
62
  ## Interactive UIs (MCP Apps)
54
63
 
55
- 5 tools include interactive UIs powered by [MCP Apps](https://modelcontextprotocol.io/extensions/apps). In supported hosts (Claude, ChatGPT), these tools render rich visualizations inline in the conversation:
64
+ 7 tools include interactive UIs powered by [MCP Apps](https://modelcontextprotocol.io/extensions/apps). In supported hosts (Claude.ai, ChatGPT), these tools render rich visualizations inline in the conversation:
56
65
 
66
+ - **Browse Viewer** — filterable item list with type, domain, level, and search controls. Click items to expand detail inline.
67
+ - **Inline Editor** — editable card for created/updated items. Refine title, summary, body, domains, and level directly in chat. Saves on blur.
57
68
  - **Project Summary** — compliance dashboard with coverage gauge, test status bar, and domain charts
58
- - **Trace Graph** — interactive force-directed graph showing requirement/test traceability
59
- - **Mermaid Diagram** — pan/zoom diagram of the requirement hierarchy
69
+ - **Trace Graph** — interactive force-directed graph with depth stepper and direction controls
60
70
  - **Coverage Heatmap** — visual coverage report with uncovered requirements list
61
71
  - **Bulk Import Results** — color-coded table showing created items and errors
62
72
 
63
- In non-UI clients (Claude Code CLI, Cursor), these tools return standard JSON text — no functionality is lost.
73
+ In non-UI clients (Claude Code CLI, Cursor, Claude Desktop), these tools return standard JSON text — no functionality is lost.
64
74
 
65
75
  ## Authentication
66
76
 
@@ -145,4 +155,4 @@ Add to your MCP configuration with `command: "npx"` and `args: ["@atoms-tech/ato
145
155
 
146
156
  ## License
147
157
 
148
- MIT
158
+ Proprietary. See [LICENSE](./LICENSE) for details.