From ef570c9b6f154a5300a426a540620f77af006ee5 Mon Sep 17 00:00:00 2001 From: Wauplin Date: Mon, 7 Jul 2025 09:52:10 +0200 Subject: [PATCH] Update tiny-agents example --- docs/hub/agents.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/hub/agents.md b/docs/hub/agents.md index b7413fb6c..ed4ed827f 100644 --- a/docs/hub/agents.md +++ b/docs/hub/agents.md @@ -156,10 +156,8 @@ The following example shows a web-browsing agent configured to use the [Qwen/Qwe "servers": [ { "type": "stdio", - "config": { - "command": "npx", - "args": ["@playwright/mcp@latest"] - } + "command": "npx", + "args": ["@playwright/mcp@latest"] } ] } @@ -174,10 +172,8 @@ To use a local LLM (such as [llama.cpp](https://github.com/ggerganov/llama.cpp), "servers": [ { "type": "stdio", - "config": { - "command": "npx", - "args": ["@playwright/mcp@latest"] - } + "command": "npx", + "args": ["@playwright/mcp@latest"] } ] }