Skip to content

Commit ad0b5fe

Browse files
authored
Merge pull request #78 from SaiHarshaK/patch-1
Update Instructions for deploying MCP-Client in Section 2
2 parents 26efb24 + c34458c commit ad0b5fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

units/en/unit2/gradio-client.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,14 @@ smolagents[mcp]
165165
4. Push your code to the Space:
166166
```bash
167167
git init
168-
git add server.py requirements.txt
168+
git add app.py requirements.txt
169169
git commit -m "Initial commit"
170170
git remote add origin https://huggingface.co/spaces/YOUR_USERNAME/mcp-client
171171
git push -u origin main
172172
```
173173

174+
Note: While adding remote origin, Refer to [password-git-deprecation](https://huggingface.co/blog/password-git-deprecation) for adding with AccessToken.
175+
174176
## Conclusion
175177

176178
In this section, we've explored how to use Gradio as an MCP Client to connect to an MCP Server. We've also seen how to deploy the MCP Client in Hugging Face Spaces.

0 commit comments

Comments
 (0)