operative.sh's MCP Server launches a browser-use powered agent to autonomously execute and debug web apps directly in your code editor.
├── src/ # Core application code ├── ui/ # Next.js web interface ├── dist/ # Compiled JavaScript ├── docs/ # Documentation ├── scripts/ # Utility scripts │ ├── server/ # Server management scripts │ ...