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