Skip to content

Commit dcd95f4

Browse files
committed
chore : bump version to 1.2.5
1 parent 8697f0f commit dcd95f4

File tree

3 files changed

+13
-64
lines changed

3 files changed

+13
-64
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserstack/mcp-server",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "BrowserStack's Official MCP Server",
55
"mcpName": "io.github.browserstack/mcp-server",
66
"main": "dist/index.js",
@@ -35,7 +35,7 @@
3535
"author": "",
3636
"license": "ISC",
3737
"dependencies": {
38-
"@modelcontextprotocol/sdk": "^1.11.4",
38+
"@modelcontextprotocol/sdk": "^1.18.1",
3939
"@types/form-data": "^2.5.2",
4040
"axios": "^1.8.4",
4141
"browserstack-local": "^1.5.6",

src/tools/percy-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function registerPercyTools(
5858
};
5959
},
6060
);
61-
61+
6262
tools.percyVisualTestIntegrationAgent = server.tool(
6363
"percyVisualTestIntegrationAgent",
6464
SIMULATE_PERCY_CHANGE_DESCRIPTION,

0 commit comments

Comments
 (0)