{
  "schema": "https://heynolan.me/.well-known/mcp.json",
  "description": "MCP (Model Context Protocol) discovery descriptor for https://heynolan.me",
  "servers": [
    {
      "name": "heynolan-profile",
      "version": "1.0.0",
      "url": "https://mcp.heynolan.me/mcp",
      "transport": "streamable-http",
      "description": "Nolan Liang's public profile, exposed as MCP tools and a resource.",
      "tools": [
        "get_full_profile",
        "get_basics",
        "get_experience",
        "get_research",
        "list_projects",
        "get_education"
      ],
      "resources": [
        "profile://nolan/json"
      ]
    }
  ],
  "related": {
    "homepage": "https://heynolan.me",
    "llms": "https://heynolan.me/llms-full.txt",
    "profile_json": "https://heynolan.me/profile.json"
  }
}
