{
  "specVersion": "1.0",
  "host": {
    "displayName": "博然AI笔记",
    "identifier": "did:web:www.br-ai.com"
  },
  "entries": [
    {
      "identifier": "urn:air:br-ai.com:server:mcp",
      "displayName": "博然AI笔记 MCP Server Card",
      "type": "application/mcp-server-card+json",
      "url": "https://www.br-ai.com/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server card for article search, knowledge retrieval, and agent tools on 博然AI笔记.",
      "capabilities": [
        "search_posts",
        "list_posts",
        "get_post"
      ],
      "representativeQueries": [
        "search 博然AI笔记 for MCP protocol articles",
        "what MCP tools does br-ai.com expose",
        "list latest AI agent blog posts from 博然AI笔记"
      ]
    },
    {
      "identifier": "urn:air:br-ai.com:skill:webmcp",
      "displayName": "WebMCP on BoRan AI Studio",
      "type": "application/ai-skill+md",
      "url": "https://www.br-ai.com/.well-known/agent-skills/webmcp/SKILL.md",
      "description": "Browser WebMCP skill: search posts, read articles, browse tags, list skills, and navigate while the agent is on the site.",
      "capabilities": [
        "search_posts",
        "get_post",
        "list_skills",
        "navigate_to"
      ],
      "representativeQueries": [
        "use in-page tools to search this blog",
        "get a 博然AI笔记 article by slug in the browser",
        "navigate to the skills library on br-ai.com"
      ]
    },
    {
      "identifier": "urn:air:br-ai.com:skill:discovery",
      "displayName": "Agent Skills Discovery Index",
      "type": "application/json",
      "url": "https://www.br-ai.com/.well-known/agent-skills/index.json",
      "description": "Index of Agent Skills (SKILL.md) published by 博然AI笔记 for coding agents and browsers.",
      "representativeQueries": [
        "what agent skills does 博然AI笔记 publish",
        "find SKILL.md files on br-ai.com",
        "list WebMCP and discovery skills for this site"
      ]
    },
    {
      "identifier": "urn:air:br-ai.com:auth:auth-md",
      "displayName": "auth.md agent registration",
      "type": "text/markdown",
      "url": "https://www.br-ai.com/auth.md",
      "description": "Auth.md instructions for anonymous public-read agent access. No human signup; public pages need no bearer token.",
      "representativeQueries": [
        "how do agents register on br-ai.com",
        "does 博然AI笔记 require OAuth to read articles",
        "where is the auth.md for this site"
      ]
    },
    {
      "identifier": "urn:air:br-ai.com:feed:rss",
      "displayName": "博然AI笔记 RSS",
      "type": "application/rss+xml",
      "url": "https://www.br-ai.com/rss.xml",
      "description": "RSS feed of published AI notes, Agent Skills explainers, and GEO research.",
      "representativeQueries": [
        "latest posts from 博然AI笔记",
        "RSS feed for AI agent research articles",
        "what did 博然AI笔记 publish recently"
      ]
    }
  ]
}