@arcbridge/mcp-server 0.1.4 → 0.1.6

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
@@ -1,6 +1,6 @@
1
1
  # @arcbridge/mcp-server
2
2
 
3
- MCP server for ArcBridge — exposes 29 architecture tools to AI coding agents via the [Model Context Protocol](https://modelcontextprotocol.io).
3
+ MCP server for ArcBridge — exposes 32 architecture tools to AI coding agents via the [Model Context Protocol](https://modelcontextprotocol.io).
4
4
 
5
5
  ## Install
6
6
 
@@ -49,8 +49,10 @@ Restart your AI agent (Claude Code, etc.) and approve the MCP server when prompt
49
49
  |------|-------------|
50
50
  | `arcbridge_get_phase_plan` | All phases with tasks and acceptance criteria |
51
51
  | `arcbridge_get_current_tasks` | Tasks for the active phase |
52
- | `arcbridge_update_task` | Mark tasks in-progress, done, or blocked |
52
+ | `arcbridge_update_task` | Mark tasks in-progress, done, blocked, or cancelled |
53
53
  | `arcbridge_create_task` | Add a task to any phase |
54
+ | `arcbridge_delete_task` | Remove a task permanently (for example/template tasks) |
55
+ | `arcbridge_create_phase` | Add a new phase to the project plan |
54
56
 
55
57
  ### Code Intelligence
56
58
 
@@ -86,6 +88,7 @@ Restart your AI agent (Claude Code, etc.) and approve the MCP server when prompt
86
88
  | `arcbridge_complete_phase` | Validate phase gates and transition to next phase |
87
89
  | `arcbridge_activate_role` | Load agent role with tools and pre-loaded context |
88
90
  | `arcbridge_verify_scenarios` | Run linked tests for quality scenarios |
91
+ | `arcbridge_update_scenario_status` | Manually update scenario status and link test files |
89
92
  | `arcbridge_run_role_check` | Run a role's quality checks against code |
90
93
 
91
94
  ### Metrics