From fb352cd73b513e95d18e44ff9c1af84d44f64087 Mon Sep 17 00:00:00 2001 From: Kylejeong2 Date: Fri, 18 Jul 2025 14:43:56 -0700 Subject: [PATCH 1/2] fix cursor link to be copy pastable --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. From 10c05fafc718799c09472da5d3c643a179ca120f Mon Sep 17 00:00:00 2001 From: Kylejeong2 Date: Fri, 18 Jul 2025 14:48:13 -0700 Subject: [PATCH 2/2] add assets to npm bundle --- package.json | 2 ++ 1 file changed, 2 insertions(+) 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",