diff --git a/.mcp.json b/.mcp.json index f4f76ff..6101129 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,8 +1,8 @@ { "mcpServers": { - "browser": { - "type": "http", - "url": "http://127.0.0.1:12010/p/browser/mcp" + "browser-tools": { + "url": "http://pool.localhost:12010/p/browser-tools/mcp", + "type": "streamable-http" } } } diff --git a/plugin.json b/plugin.json index a139a78..e0e2e19 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "browser-plugin", - "version": "1.0.1", + "version": "1.0.2", "description": "Browser automation, tab inspection, accessibility auditing, and CDP trace performance analysis via Browser MCP Server.", "author": { "name": "Oleks",