File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json" ,
3+ "name" : " io.github.browserstack/mcp-server" ,
4+ "description" : " BrowserStack's Official MCP Server" ,
5+ "repository" : {
6+ "url" : " https://github.com/browserstack/mcp-server" ,
7+ "source" : " github"
8+ },
9+ "version" : " 1.0.0" ,
10+ "packages" : [
11+ {
12+ "registryType" : " npm" ,
13+ "registryBaseUrl" : " https://registry.npmjs.org" ,
14+ "identifier" : " @browserstack/mcp-server" ,
15+ "version" : " 1.2.6" ,
16+ "transport" : {
17+ "type" : " stdio"
18+ },
19+ "environmentVariables" : [
20+ {
21+ "description" : " BrowserStack Username" ,
22+ "isRequired" : true ,
23+ "format" : " string" ,
24+ "isSecret" : false ,
25+ "name" : " BROWSERSTACK_USERNAME"
26+ },
27+ {
28+ "description" : " BrowserStack Access Key" ,
29+ "isRequired" : true ,
30+ "format" : " string" ,
31+ "isSecret" : true ,
32+ "name" : " BROWSERSTACK_ACCESS_KEY"
33+ }
34+ ]
35+ }
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments