Skip to content

Commit 371fee8

Browse files
authored
[fix]: fix cursor link to be copy pastable (#98)
* fix cursor link to be copy pastable * add assets to npm bundle
1 parent b25a623 commit 371fee8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ This server provides cloud browser automation capabilities using [Browserbase](h
2525

2626
### Quickstarts:
2727

28-
[Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=browserbase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyJAYnJvd3NlcmJhc2VocS9tY3AiXSwiZW52Ijp7IkJST1dTRVJCQVNFX0FQSV9LRVkiOiIiLCJCUk9XU0VSQkFTRV9QUk9KRUNUX0lEIjoiIn19)
28+
#### Add to Cursor
29+
30+
Copy and Paste this link in your Browser:
31+
32+
```text
33+
cursor://anysphere.cursor-deeplink/mcp/install?name=browserbase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyJAYnJvd3NlcmJhc2VocS9tY3AiXSwiZW52Ijp7IkJST1dTRVJCQVNFX0FQSV9LRVkiOiIiLCJCUk9XU0VSQkFTRV9QUk9KRUNUX0lEIjoiIn19
34+
```
2935

3036
We currently support 2 transports for our MCP server, STDIO and SHTTP. We recommend you use SHTTP with our remote hosted url to take advantage of the server at full capacity.
3137

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
"mcp-server-browserbase": "cli.js"
1414
},
1515
"files": [
16+
"assets",
17+
"README.md",
1618
"dist",
1719
"cli.js",
1820
"index.d.ts",

0 commit comments

Comments
 (0)