{
  "schema": "https://nolan.so/.well-known/mcp.json",
  "description": "MCP (Model Context Protocol) discovery descriptor for https://nolan.so",
  "servers": [
    {
      "name": "nolan-so-blog",
      "version": "1.0.0",
      "url": "https://nolan.so/mcp",
      "transport": "streamable-http",
      "description": "Nolan's build-in-public blog (log, posts, projects), exposed read-only as MCP tools and a resource.",
      "tools": [
        "list_posts",
        "list_sections",
        "search_posts",
        "get_post"
      ],
      "resources": [
        "nolan://llms"
      ]
    }
  ],
  "related": {
    "homepage": "https://nolan.so",
    "llms": "https://nolan.so/llms.txt",
    "posts_json": "https://nolan.so/posts.json",
    "rss": "https://nolan.so/rss.xml",
    "profile": "https://heynolan.me"
  }
}
