You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: units/en/unit2/tiny-agents.mdx
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,9 @@ The JSON file will look like this:
75
75
"provider": "nebius",
76
76
"servers": [
77
77
{
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
+
}
85
81
}
86
82
}
87
83
]
@@ -271,4 +267,4 @@ This modular approach is what makes MCP so powerful for building flexible AI app
271
267
272
268
- Check out the Tiny Agents blog posts in [Python](https://huggingface.co/blog/python-tiny-agents) and [TypeScript](https://huggingface.co/blog/tiny-agents)
273
269
- Review the [Tiny Agents documentation](https://huggingface.co/docs/huggingface.js/main/en/tiny-agents/README)
0 commit comments