mcp-sentiment / mcp.json
AdrieleM's picture
Create mcp.json
8cac58f verified
raw
history blame contribute delete
298 Bytes
{
"mcpServers": {
"sentiment-analysis": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://huggingface.co/spaces/AdrieleM/mcp-sentiment/gradio_api/mcp/sse",
"--transport",
"sse-only"
]
}
}
}