{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2024-11-05",
  "serverInfo": {
    "name": "Dhruv's blog",
    "version": "1.0.0",
    "description": "Technical blog for Android Engineers. Provides structured access to posts, project descriptions, and technical documentation."
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://deardhruv.com/.well-known/mcp.json"
  },
  "capabilities": {
    "resources": [
      {
        "uri": "https://deardhruv.com/posts/index.json",
        "name": "Posts Index",
        "mimeType": "application/json"
      },
      {
        "uri": "https://deardhruv.com/llms.txt",
        "name": "LLM Directory",
        "mimeType": "text/plain"
      }
    ],
    "tools": []
  }
}
