Skip to content

Commit 4d75b78

Browse files
committed
fix: linting
1 parent 7fbe2f9 commit 4d75b78

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

Diff for: README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/cobrowser.svg?style=social&label=Follow%20%40cobrowser)](https://x.com/cobrowser)
66
[![PyPI version](https://badge.fury.io/py/browser-use-mcp-server.svg)](https://pypi.org/project/browser-use-mcp-server/)
77

8-
**An MCP server that enables AI agents to control web browsers using [browser-use](https://github.com/browser-use/browser-use).**
8+
**An MCP server that enables AI agents to control web browsers using
9+
[browser-use](https://github.com/browser-use/browser-use).**
910

1011
</div>
1112

@@ -24,6 +25,7 @@ uv tool install mcp-proxy
2425
## Environment
2526

2627
Create a `.env` file:
28+
2729
```
2830
OPENAI_API_KEY=your-api-key
2931
CHROME_PATH=optional/path/to/chrome
@@ -92,12 +94,12 @@ browser-use-mcp-server run server --stdio --proxy-port 9000
9294

9395
### Config Locations
9496

95-
| Client | Configuration Path |
96-
|--------|-------------------|
97-
| Cursor | `./.cursor/mcp.json` |
98-
| Windsurf | `~/.codeium/windsurf/mcp_config.json` |
99-
| Claude (Mac) | `~/Library/Application Support/Claude/claude_desktop_config.json` |
100-
| Claude (Windows) | `%APPDATA%\Claude\claude_desktop_config.json` |
97+
| Client | Configuration Path |
98+
| ---------------- | ----------------------------------------------------------------- |
99+
| Cursor | `./.cursor/mcp.json` |
100+
| Windsurf | `~/.codeium/windsurf/mcp_config.json` |
101+
| Claude (Mac) | `~/Library/Application Support/Claude/claude_desktop_config.json` |
102+
| Claude (Windows) | `%APPDATA%\Claude\claude_desktop_config.json` |
101103

102104
## Features
103105

@@ -111,18 +113,21 @@ browser-use-mcp-server run server --stdio --proxy-port 9000
111113
To develop and test the package locally:
112114

113115
1. Build a distributable wheel:
116+
114117
```bash
115118
# From the project root directory
116119
uv build
117120
```
118121

119122
2. Install it as a global tool:
123+
120124
```bash
121125
uv tool uninstall browser-use-mcp-server 2>/dev/null || true
122126
uv tool install dist/browser_use_mcp_server-*.whl
123127
```
124128

125129
3. Run from any directory:
130+
126131
```bash
127132
# Set your OpenAI API key for the current session
128133
export OPENAI_API_KEY=your-api-key-here

0 commit comments

Comments
 (0)