mcp-sentiment / agent.json
RamiNuraliyev's picture
init commit
b239fef
raw
history blame contribute delete
267 Bytes
{
"model": "Qwen/Qwen2.5-1.8B-Instruct",
"provider": "nebius",
"servers": [
{
"type": "stdio",
"config": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
]
}