Skip to content

Commit 1385177

Browse files
Merge pull request #165 from tech-sushant/server-json
fix: Adding server.json
2 parents 6e0a494 + 52c8910 commit 1385177

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

server.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
}

0 commit comments

Comments
 (0)