mcp_tools / agent.json
ZarakShah's picture
Upload folder using huggingface_hub
8a59f15 verified
{
"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"]
}
]
}