Upload agent.json
#1
by
arunvashishtha - opened
- agent.json +13 -0
agent.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "Qwen/Qwen2.5-72B-Instruct",
|
| 3 |
+
"provider": "nebius",
|
| 4 |
+
"servers": [
|
| 5 |
+
{
|
| 6 |
+
"type": "stdio",
|
| 7 |
+
"config": {
|
| 8 |
+
"command": "npx",
|
| 9 |
+
"args": ["@playwright/mcp@latest"]
|
| 10 |
+
}
|
| 11 |
+
}
|
| 12 |
+
]
|
| 13 |
+
}
|