{
  "$schema": "https://modelcontextprotocol.io/schema/server-card",
  "serverInfo": {
    "name": "subhbits-blog-mcp",
    "version": "1.0.0",
    "description": "MCP server for subhbits blog content discovery"
  },
  "transport": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "@subhbits/blog-mcp"]
  },
  "capabilities": {
    "resources": {
      "blog://posts": "Index of all blog posts with metadata",
      "blog://post/{slug}": "Individual blog post by slug"
    },
    "tools": ["list_posts", "get_post"]
  }
}
