Skip to content

Commit 840868a

Browse files
authored
Update tiny-agents example (#1816)
1 parent 1b851a9 commit 840868a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docs/hub/agents.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,8 @@ The following example shows a web-browsing agent configured to use the [Qwen/Qwe
156156
"servers": [
157157
{
158158
"type": "stdio",
159-
"config": {
160-
"command": "npx",
161-
"args": ["@playwright/mcp@latest"]
162-
}
159+
"command": "npx",
160+
"args": ["@playwright/mcp@latest"]
163161
}
164162
]
165163
}
@@ -174,10 +172,8 @@ To use a local LLM (such as [llama.cpp](https://github.com/ggerganov/llama.cpp),
174172
"servers": [
175173
{
176174
"type": "stdio",
177-
"config": {
178-
"command": "npx",
179-
"args": ["@playwright/mcp@latest"]
180-
}
175+
"command": "npx",
176+
"args": ["@playwright/mcp@latest"]
181177
}
182178
]
183179
}

0 commit comments

Comments
 (0)