{
  "resources": [
    {
      "url": "https://bridgenode.cc/v1/chat/completions",
      "methods": [
        "POST"
      ],
      "content-types": [
        "application/json"
      ],
      "authentication": "x402"
    },
    {
      "url": "https://bridgenode.cc/v1/models",
      "methods": [
        "GET",
        "HEAD"
      ],
      "content-types": [
        "application/json"
      ],
      "authentication": "none"
    },
    {
      "url": "https://bridgenode.cc/mcp",
      "methods": [
        "POST"
      ],
      "content-types": [
        "application/json",
        "text/event-stream"
      ],
      "authentication": "x402"
    },
    {
      "url": "https://bridgenode.cc/discovery/resources",
      "methods": [
        "GET"
      ],
      "content-types": [
        "application/json"
      ],
      "authentication": "none"
    },
    {
      "url": "https://bridgenode.cc/openapi.json",
      "methods": [
        "GET"
      ],
      "content-types": [
        "application/json"
      ],
      "authentication": "none"
    }
  ]
}