File size: 245 Bytes
6afd5da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"model": "qwen3:14b",
"endpointUrl": "http://localhost:11434/v1",
"servers": [
{
"type": "stdio",
"config": {
"command": "npx",
"args": [
"mcp-remote",
"http://127.0.0.1:7860/gradio_api/mcp/sse"
]
}
}
]
} |