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" } } 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`, }, },