Agents-MCP-Hackathon/Website_Generator
19
Usage Instructions
Video_URL: https://youtu.be/3GxNtBQRIUE
Local Setup
- Install dependencies:
pip install -r requirements.txt- Run the application:
python app.pyMCP Configuration
If you want to use this tool with MCP (Model Context Protocol), copy the following configuration:
{
"mcpServers": {
"gradio": {
"command": "npx",
"args": [
"mcp-remote",
"https://agents-mcp-hackathon-website-generator.hf.space/gradio_api/mcp/sse",
"--transport",
"sse-only"
]
}
}
}