arunvashishtha commited on
Commit
c412f30
·
verified ·
1 Parent(s): 68f0209

Upload agent.json

Browse files
Files changed (1) hide show
  1. 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
+ }