From 66ee6767c7c143bab7c8496c1e2402252fd6617e Mon Sep 17 00:00:00 2001 From: Shrey Pandya Date: Fri, 14 Nov 2025 16:02:19 -0800 Subject: [PATCH 1/2] update MCP HTTP instructions --- src/transport.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/transport.ts b/src/transport.ts index 957ecb5..4885bf9 100644 --- a/src/transport.ts +++ b/src/transport.ts @@ -103,6 +103,7 @@ export function startHttpTransport( { mcpServers: { browserbase: { + type: "http", url: `${url}/mcp`, }, }, From 5124815121595c8fd8795d7cb79e74765df0d4eb Mon Sep 17 00:00:00 2001 From: Shrey Pandya Date: Fri, 14 Nov 2025 16:09:09 -0800 Subject: [PATCH 2/2] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 640def0..9d6c4f3 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ If your client supports SHTTP: { "mcpServers": { "browserbase": { + "type": "http", "url": "your-smithery-url.com" } }