BioGuideMCP / mcp_config_example.json
stefanjwojcik's picture
Update mcp_config_example.json to configure gradiobio server with npx command
41c5000
raw
history blame contribute delete
202 Bytes
{
"mcpServers": {
"gradiobio": {
"command": "npx",
"args": [
"mcp-remote",
"https://stefanjwojcik-bioguidemcp.hf.space/gradio_api/mcp/sse"
]
}
}
}