Skip to content

Instantly share code, notes, and snippets.

What

Dynamically incorporate MCP support for EXISTING gradio applications WITHOUT changing the code. First, you may declare the configuration in a JSON file:

// mcp.json
{
  "run_whisper": {
    "description": "Transcribe audio using Whisper model"
 },