{
  "serverInfo": {
    "name": "akshit.dev",
    "version": "1.0.0",
    "description": "Personal blog by Akshit Sharma — frontend development, web technologies, and software engineering."
  },
  "capabilities": {
    "resources": {
      "listChanged": false
    }
  },
  "resources": [
    {
      "uri": "https://akshit.dev/rss.xml",
      "name": "RSS Feed",
      "description": "Full-content RSS feed of all blog posts",
      "mimeType": "application/rss+xml"
    },
    {
      "uri": "https://akshit.dev/search.json",
      "name": "Search Index",
      "description": "JSON index of all blog posts with titles, descriptions, categories, and content",
      "mimeType": "application/json"
    },
    {
      "uri": "https://akshit.dev/sitemap-index.xml",
      "name": "Sitemap",
      "description": "XML sitemap index of all published pages",
      "mimeType": "application/xml"
    }
  ]
}