Fix MCP server config: rename to browser-tools, set type to streamable-http and update URL

This commit is contained in:
Oleks
2026-07-27 22:06:10 +03:00
parent 7b307acb86
commit 76b46c2f92
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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"
}
}
}
+1 -1
View File
@@ -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",