File size: 857 Bytes
f52d137 |
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 |
{
"mcpServers":
{
"geocalc-mcp": {
"type": "sse",
"url": "https://agents-mcp-hackathon-geocalc-mcp.hf.space/gradio_api/mcp/sse",
"headers": {
"Authorization": "Bearer ${HF_TOKEN}"
}
},
"image-edit-mcp": {
"type": "sse",
"url": "https://black-forest-labs-flux-1-kontext-dev.hf.space/gradio_api/mcp/sse",
"headers": {
"Authorization": "Bearer ${HF_TOKEN}"
}
},
"websearch-mcp": {
"type": "sse",
"url": "https://victor-websearch.hf.space/gradio_api/mcp/sse",
"headers": {
"Authorization": "Bearer ${HF_TOKEN}"
}
},
"academia-mcp": {
"type": "sse",
"url": "https://agents-mcp-hackathon-academia-mcp-gradio.hf.space/gradio_api/mcp/sse",
"headers": {
"Authorization": "Bearer ${HF_TOKEN}"
}
}
}
}
|