CoolFace
Apppublic

Agents-MCP-Hackathon/Website_Generator

sourceHugging Facemitupdated 1y agoView on Hugging Face
19likes
App README

Usage Instructions

Video_URL: https://youtu.be/3GxNtBQRIUE

Local Setup

  1. 1.Install dependencies:
bash
   pip install -r requirements.txt
  1. 1.Run the application:
bash
   python app.py

MCP Configuration

If you want to use this tool with MCP (Model Context Protocol), copy the following configuration:

json
{
  "mcpServers": {
    "gradio": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://agents-mcp-hackathon-website-generator.hf.space/gradio_api/mcp/sse",
        "--transport",
        "sse-only"
      ]
    }
  }
}