File size: 801 Bytes
29f4668
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "mcp_servers": [
    {
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/time"
      ],
      "command": "docker",
      "name": "time",
      "transport": "stdio",
      "type": "command"
    },
    {
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/sequentialthinking"
      ],
      "command": "docker",
      "name": "sequential_thinking",
      "transport": "stdio",
      "type": "command"
    },
    {
      "name": "voice_generator",
      "transport": "streamable-http",
      "type": "url",
      "url": "http://localhost:7861/gradio_api/mcp"
    },
    {
      "name": "video_generator",
      "transport": "streamable-http",
      "type": "url",
      "url": "http://localhost:7862/gradio_api/mcp/?tools=generate_video_mcp"
    }
  ]
}