Skip to content

Commit 7e36532

Browse files
authored
Merge pull request #132 from browserbase/shreypandya/update-mcp-http-instructions
Update MCP HTTP instructions
2 parents b4d1d16 + 5124815 commit 7e36532

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ If your client supports SHTTP:
6565
{
6666
"mcpServers": {
6767
"browserbase": {
68+
"type": "http",
6869
"url": "your-smithery-url.com"
6970
}
7071
}

src/transport.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ export function startHttpTransport(
103103
{
104104
mcpServers: {
105105
browserbase: {
106+
type: "http",
106107
url: `${url}/mcp`,
107108
},
108109
},

0 commit comments

Comments
 (0)