sse-server.json 337 B

123456789101112131415
  1. {
  2. "_comment": "Example SSE MCP server configuration for hosted cloud services",
  3. "github": {
  4. "type": "sse",
  5. "url": "https://mcp.github.com/sse"
  6. },
  7. "custom-service": {
  8. "type": "sse",
  9. "url": "https://mcp.example.com/sse",
  10. "headers": {
  11. "X-API-Version": "v1",
  12. "X-Client-ID": "${CLIENT_ID}"
  13. }
  14. }
  15. }