Chattr / mcp.json
MH0386's picture
Update astral-sh/ruff-action action to v3.6.0
29f4668 verified
raw
history blame contribute delete
801 Bytes
{
"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"
}
]
}