@arcbridge/mcp-server 0.2.0 → 0.2.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 +3 -2
- package/dist/index.js +220 -151
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @arcbridge/mcp-server
|
|
2
2
|
|
|
3
|
-
MCP server for ArcBridge — exposes
|
|
3
|
+
MCP server for ArcBridge — exposes 33 architecture tools to AI coding agents via the [Model Context Protocol](https://modelcontextprotocol.io).
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -51,8 +51,9 @@ Restart your AI agent (Claude Code, etc.) and approve the MCP server when prompt
|
|
|
51
51
|
| `arcbridge_get_current_tasks` | Tasks for the active phase |
|
|
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
|
-
| `arcbridge_delete_task` | Remove
|
|
54
|
+
| `arcbridge_delete_task` | Remove one or more tasks permanently (batch via task_ids array) |
|
|
55
55
|
| `arcbridge_create_phase` | Add a new phase to the project plan |
|
|
56
|
+
| `arcbridge_delete_phase` | Remove a phase and all its tasks permanently |
|
|
56
57
|
|
|
57
58
|
### Code Intelligence
|
|
58
59
|
|