@arcbridge/mcp-server 0.1.5 → 0.2.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
@@ -1,6 +1,6 @@
1
1
  # @arcbridge/mcp-server
2
2
 
3
- MCP server for ArcBridge — exposes 31 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
 
@@ -52,6 +52,7 @@ Restart your AI agent (Claude Code, etc.) and approve the MCP server when prompt
52
52
  | `arcbridge_update_task` | Mark tasks in-progress, done, blocked, or cancelled |
53
53
  | `arcbridge_create_task` | Add a task to any phase |
54
54
  | `arcbridge_delete_task` | Remove a task permanently (for example/template tasks) |
55
+ | `arcbridge_create_phase` | Add a new phase to the project plan |
55
56
 
56
57
  ### Code Intelligence
57
58