File size: 301 Bytes
8a59f15
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "playwright-agent",
    "description": "Agent with Playwright MCP server",
    "model": "google/gemma-2-27b-it",
    "provider": "auto",
    "servers": [
        {
            "type": "stdio",
            "command": "npx",
            "args": ["@playwright/mcp@latest"]
        }
    ]
}