Skip to content

Commit bd5c6d5

Browse files
Merge pull request #173 from tech-sushant/win-fix
chore : update version to 1.27
2 parents 06c2bef + 2eb76f3 commit bd5c6d5

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserstack/mcp-server",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "BrowserStack's Official MCP Server",
55
"mcpName": "io.github.browserstack/mcp-server",
66
"main": "dist/index.js",

server.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "io.github.browserstack/mcp-server",
44
"description": "BrowserStack's Official MCP Server",
55
"repository": {
@@ -10,9 +10,8 @@
1010
"packages": [
1111
{
1212
"registryType": "npm",
13-
"registryBaseUrl": "https://registry.npmjs.org",
1413
"identifier": "@browserstack/mcp-server",
15-
"version": "1.2.6",
14+
"version": "1.2.7",
1615
"transport": {
1716
"type": "stdio"
1817
},

0 commit comments

Comments
 (0)