File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env node
1
2
import './dist/program.js' ;
Original file line number Diff line number Diff line change 3
3
"version" : " 0.5.1" ,
4
4
"description" : " MCP server for browser automation using browserbase" ,
5
5
"license" : " MIT" ,
6
- "author" : " Anthropic, PBC (https://anthropic.com)" ,
7
- "homepage" : " https://modelcontextprotocol.io" ,
8
- "bugs" : " https://github.com/modelcontextprotocol/servers/issues" ,
6
+ "author" : " Browserbase, Inc. (https://browserbase.com)" ,
7
+ "homepage" : " https://browserbase.com" ,
9
8
"type" : " module" ,
10
9
"engines" : {
11
10
"node" : " >=18"
12
11
},
13
12
"files" : [
14
- " dist"
13
+ " dist" ,
14
+ " cli.js" ,
15
+ " index.d.ts" ,
16
+ " index.js" ,
17
+ " config.d.ts" ,
18
+ " config.js"
15
19
],
16
20
"scripts" : {
17
- "build" : " tsc && shx chmod +x dist/*.js" ,
21
+ "build" : " tsc && shx chmod +x dist/*.js && shx chmod +x cli.js " ,
18
22
"prepare" : " npm run build" ,
19
23
"watch" : " tsc --watch" ,
20
- "inspector" : " npx @modelcontextprotocol/inspector build/index.js"
24
+ "inspector" : " npx @modelcontextprotocol/inspector build/index.js" ,
25
+ "test-local" : " npm pack && npm install -g $(pwd)/$(ls -t *.tgz | head -1) && mcp-server-browserbase"
21
26
},
22
27
"exports" : {
23
28
"./package.json" : " ./package.json" ,
You can’t perform that action at this time.
0 commit comments