Fix MCP server config: rename to browser-tools, set type to streamable-http and update URL
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user