* Done! I've added the four new MCP tools to `crates/server/src/mcp/task_server.rs`:
1. **`get_repo`** - Retrieves full repo details including `setup_script`, `cleanup_script`, and `dev_server_script`
2. **`update_setup_script`** - Updates the setup script for a repo
3. **`update_cleanup_script`** - Updates the cleanup script for a repo
4. **`update_dev_server_script`** - Updates the dev server script for a repo
The code compiles successfully. To test:
1. Run `pnpm run dev:qa`
2. Connect to the MCP server via Claude Desktop or MCP inspector
3. Use `list_repos` → `get_repo` → `update_*_script` workflow
* fmt
* docs: add repository management MCP tools to documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* address feedback
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>