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.
1 parent fcc15af commit dc92542Copy full SHA for dc92542
.husky/pre-commit
@@ -1,5 +1,4 @@
1
#!/bin/sh
2
-pnpm install
3
npm install
4
npm run build
5
npm run pre-commit
README.md
@@ -105,7 +105,7 @@ git clone https://github.com/browserbase/mcp-server-browserbase.git
105
cd mcp-server-browserbase
106
107
# Install the dependencies and build the project
108
-pnpm install && pnpm build
+npm install && npm run build
109
```
110
111
Then in your MCP Config JSON run the server. To run locally we can use STDIO or self-host SHTTP.
0 commit comments