diff --git a/README.md b/README.md index 77695b6..ac5c200 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,13 @@ This server provides cloud browser automation capabilities using [Browserbase](h ### Quickstarts: -[Add to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=browserbase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyJAYnJvd3NlcmJhc2VocS9tY3AiXSwiZW52Ijp7IkJST1dTRVJCQVNFX0FQSV9LRVkiOiIiLCJCUk9XU0VSQkFTRV9QUk9KRUNUX0lEIjoiIn19) +#### Add to Cursor + +Copy and Paste this link in your Browser: + +```text +cursor://anysphere.cursor-deeplink/mcp/install?name=browserbase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyJAYnJvd3NlcmJhc2VocS9tY3AiXSwiZW52Ijp7IkJST1dTRVJCQVNFX0FQSV9LRVkiOiIiLCJCUk9XU0VSQkFTRV9QUk9KRUNUX0lEIjoiIn19 +``` 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. diff --git a/package.json b/package.json index c688ce6..6cf56bc 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,8 @@ "mcp-server-browserbase": "cli.js" }, "files": [ + "assets", + "README.md", "dist", "cli.js", "index.d.ts",