From 470e9bf51fc728c4d3464bd1e162cc552e220a34 Mon Sep 17 00:00:00 2001 From: Molecule AI SDK-Dev Date: Mon, 18 May 2026 12:48:29 +0000 Subject: [PATCH] docs(mcp): sync CLAUDE.md after provision_workspace tool added Carried from molecule-mcp-server#20. Refresh onto current main, which now includes #1 implementation, and align the provision_workspace description with the actual fail-closed tool behavior: - 87 -> 88 total tools - Workspace Tools 8 -> 9 - Use the tool's real description: specific runtime plus read-back verification Relates-to: molecule-mcp#2 Co-Authored-By: Claude --- server/CLAUDE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/CLAUDE.md b/server/CLAUDE.md index 38b0ed0..4033e79 100644 --- a/server/CLAUDE.md +++ b/server/CLAUDE.md @@ -148,9 +148,9 @@ src/ ## MCP Tool Registry -Full list of tools exposed by this server (87 total). Each is implemented in `src/tools/.ts`. +Full list of tools exposed by this server (88 total). Each is implemented in `src/tools/.ts`. -### Workspace Tools (8) +### Workspace Tools (9) | Tool | Description | |------|-------------| | `list_workspaces` | List all workspaces with their status, skills, and hierarchy | @@ -160,6 +160,7 @@ Full list of tools exposed by this server (87 total). Each is implemented in `sr | `delete_workspace` | Delete a workspace (cascades to children) | | `restart_workspace` | Restart an offline or failed workspace | | `pause_workspace` | Pause a workspace (stops container, preserves config) | +| `provision_workspace` | Provision a workspace with a specific runtime (claude-code, codex, hermes, openclaw, langgraph, autogen, crewai, deepagents). Fail-closed: validates the runtime, reads the created workspace back, and returns an error if the platform silently fell back to a different runtime. Use this — not `create_workspace` — when the runtime must be guaranteed. | | `resume_workspace` | Resume a paused workspace | ### Agent Tools (6) -- 2.52.0