What problem does it solve? When drafting a brownfield spec in the MySpec webapp, the cloud AI agent cannot read your existing local codebase. This Skill runs the MySpec reverse MCP bridge, which dials out from your machine over WebSocket and grants the cloud agent read-only access to one local directory without opening any inbound connections. ## Core Features & Use Cases - Reverse MCP Bridge: Starts a long-running process via npx -y @myspec/mcp-server reverse --root <dir> that exposes read-only filesystem tools (list, read, grep, repomix codebase packing) confined to the chosen root. - Readiness & Health Checks: Polls the reverse-mcp status endpoint with curl and jq to confirm the bridge is connected before continuing in the webapp. - Troubleshooting Guidance: Resolves common failures such as missing active organization, HTTP 401 WebSocket rejections, account mismatches, and close code 4002 evictions. - Use Case: You are writing a brownfield spec in the MySpec webapp and the session reports reverse_mcp_unavailable. Use this Skill to start the bridge against your repo root, verify the connection, and let the cloud agent read your code. ## Quick Start Ask the assistant to share your local repository with MySpec by starting the reverse bridge rooted at your project's absolute path, then confirm it reports connected before continuing in the webapp.