We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312da86 commit 6accae0Copy full SHA for 6accae0
packages/tiny-agents/README.md
@@ -47,10 +47,8 @@ touch my-agent/agent.json
47
"servers": [
48
{
49
"type": "stdio",
50
- "config": {
51
- "command": "npx",
52
- "args": ["@playwright/mcp@latest"]
53
- }
+ "command": "npx",
+ "args": ["@playwright/mcp@latest"]
54
}
55
]
56
@@ -65,10 +63,8 @@ Or using a local or remote endpoint URL:
65
63
66
64
67
68
69
70
71
72
73
74
0 commit comments