@ricardodeazambuja/browser-mcp-server 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -640,7 +640,7 @@ rl.on('line', async (line) => {
640
640
  capabilities: { tools: {} },
641
641
  serverInfo: {
642
642
  name: 'browser-automation-playwright',
643
- version: '1.0.0'
643
+ version: '1.0.1'
644
644
  }
645
645
  });
646
646
  } else if (request.method === 'notifications/initialized') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ricardodeazambuja/browser-mcp-server",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Universal browser automation MCP server using Playwright. Works with Antigravity, Claude Desktop, and any MCP client.",
5
5
  "main": "browser-mcp-server-playwright.js",
6
6
  "bin": {
@@ -27,7 +27,7 @@
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/ricardodeazambuja/browser-mcp-server.git"
30
+ "url": "git+https://github.com/ricardodeazambuja/browser-mcp-server.git"
31
31
  },
32
32
  "bugs": {
33
33
  "url": "https://github.com/ricardodeazambuja/browser-mcp-server/issues"