File size: 235 Bytes
408ddbd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"mcpServers": {
"hydraulic-solver": {
"command": "npx",
"args": [
"mcp-remote",
"https://your-space.hf.space/sse",
"--header",
"Authorization: Bearer your-secret"
]
}
}
}
|