{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "me.rida/site-content",
  "title": "Rida.me Public Content",
  "description": "Read-only access to Rida Al Barazi's public site guide and published Markdown pages.",
  "version": "1.2.0",
  "websiteUrl": "https://rida.me/developers/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://rida.me/mcp",
      "supportedProtocolVersions": ["2026-07-28", "2025-11-25", "2025-06-18", "2025-03-26"],
      "authentication": { "type": "none" }
    }
  ],
  "endpoint": "https://rida.me/mcp",
  "transport": "streamable-http",
  "supportedProtocolVersions": ["2026-07-28", "2025-11-25", "2025-06-18", "2025-03-26"],
  "api": "https://rida.me/api/v1",
  "openapi": "https://rida.me/openapi.json",
  "cli": "https://rida.me/cli/rida.mjs",
  "authentication": { "type": "none" }
}
