webBrowserAgent / agent.json
arunvashishtha's picture
Upload agent.json
c412f30 verified
raw
history blame
278 Bytes
{
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"servers": [
{
"type": "stdio",
"config": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
]
}