Skip to content

Commit 513ec9f

Browse files
authored
Update README.md
1 parent f993f5c commit 513ec9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## 🔥 Supercharge Your Debugging
1010

11-
[operative.sh](https://www.operative.sh)'s MCP Server launches a browser-use powered agent to autonomously execute and debug web apps directly in your code editor.
11+
[operative.sh](https://www.operative.sh/mcp)'s MCP Server launches a browser-use powered agent to autonomously execute and debug web apps directly in your code editor.
1212

1313
## ⚡ Features
1414

@@ -46,7 +46,7 @@ Evaluate my app at http://localhost:3000 – run web_eval_agent with the task "T
4646
- brew: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
4747
- npm: (`brew install npm`)
4848
- jq: `brew install jq`
49-
2. Run the installer after [getting an api key (free)](https://www.operative.sh)
49+
2. Run the installer after [getting an api key (free)](https://www.operative.sh/mcp)
5050
- Installs [playwright](https://github.com/microsoft/playwright)
5151
- [Installs uv](https://astral.sh/)
5252
- Inserts JSON into your code editor (Cursor/Cline/Windsurf) for you!
@@ -60,7 +60,7 @@ Test my app on http://localhost:3000. Use web-eval-agent.
6060
```
6161

6262
## 🛠️ Manual Installation
63-
1. Get your API key at operative.sh
63+
1. Get your API key at operative.sh/mcp
6464
2. [Install uv](https://docs.astral.sh/uv/#highlights)
6565

6666
```bash
@@ -97,7 +97,7 @@ npm install -g chromium playwright && uvx --with playwright playwright install -
9797
## [Operative Discord Server](https://discord.gg/ryjCnf9myb)
9898

9999
## 🛠️ Manual Installation (Mac + Cursor/Cline/Windsurf)
100-
1. Get your API key at operative.sh
100+
1. Get your API key at operative.sh/mcp
101101
2. [Install uv](https://docs.astral.sh/uv/#highlights)
102102
```bash
103103
curl -LsSf https://astral.sh/uv/install.sh | sh)
@@ -114,7 +114,7 @@ npm install -g chromium playwright && uvx --with playwright playwright install -
114114
We're refining this, please open an issue if you have any issues!
115115
1. Do all this in your code editor terminal
116116
2. `curl -LSf https://operative.sh/install.sh -o install.sh && bash install.sh && rm install.sh`
117-
3. Get your API key at operative.sh
117+
3. Get your API key at operative.sh/mcp
118118
4. Install uv `(curl -LsSf https://astral.sh/uv/install.sh | sh)`
119119
5. `uvx --from git+https://github.com/Operative-Sh/web-eval-agent.git playwright install`
120120
6. Restart code editor

0 commit comments

Comments
 (0)