mcp-sentiment / configuration
mgbam's picture
Create configuration
1178282 verified
raw
history blame contribute delete
293 Bytes
{
"mcpServers": {
"sentiment-analysis": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"mcp-remote",
"https://YOURUSENAME-mcp-sentiment.hf.space/gradio_api/mcp/sse",
"--transport",
"sse-only"
]
}
}
}