mcp-client / Agents.json
CindyDelage's picture
Update Agents.json
6a9a35e verified
raw
history blame contribute delete
260 Bytes
{
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"servers": [
{
"type": "stdio",
"config": {
"command": "npx",
"args": [
"mcp-remote",
"https://cindydelage-mcp-sentiment.hf.space/gradio_api/mcp/sse"
]
}
}
]
}