We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4d1d16 + 5124815 commit 7e36532Copy full SHA for 7e36532
README.md
@@ -65,6 +65,7 @@ If your client supports SHTTP:
65
{
66
"mcpServers": {
67
"browserbase": {
68
+ "type": "http",
69
"url": "your-smithery-url.com"
70
}
71
src/transport.ts
@@ -103,6 +103,7 @@ export function startHttpTransport(
103
104
mcpServers: {
105
browserbase: {
106
+ type: "http",
107
url: `${url}/mcp`,
108
},
109
0 commit comments