feat: MCP in containers — cloakbrowser-mcp + chromium libs baked, mcp.json standard config, shared host chromium cache mounted ro; playwright via npx
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": ["@playwright/mcp@latest", "--headless", "--browser", "chromium"]
|
||||
},
|
||||
"cloakbrowser": {
|
||||
"command": "cloakbrowser-mcp",
|
||||
"args": [],
|
||||
"env": { "CLOAKBROWSER_CACHE_DIR": "/cloakbrowser-cache" }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user