Skip to content

Commit f2cc4b7

Browse files
authored
Update tiny-agents.mdx
The given json format is incorrect.
1 parent 2ce8294 commit f2cc4b7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

units/en/unit2/tiny-agents.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,9 @@ The JSON file will look like this:
7575
"provider": "nebius",
7676
"servers": [
7777
{
78-
"type": "stdio",
79-
"config": {
80-
"command": "npx",
81-
"args": [
82-
"mcp-remote",
83-
"http://localhost:7860/gradio_api/mcp/sse" // This is the MCP Server we created in the previous section
84-
]
78+
"type": "sse",
79+
"url": "http://localhost:7860/gradio_api/mcp/sse"
80+
}
8581
}
8682
}
8783
]
@@ -271,4 +267,4 @@ This modular approach is what makes MCP so powerful for building flexible AI app
271267

272268
- Check out the Tiny Agents blog posts in [Python](https://huggingface.co/blog/python-tiny-agents) and [TypeScript](https://huggingface.co/blog/tiny-agents)
273269
- Review the [Tiny Agents documentation](https://huggingface.co/docs/huggingface.js/main/en/tiny-agents/README)
274-
- Build something with Tiny Agents!
270+
- Build something with Tiny Agents!

0 commit comments

Comments
 (0)