{
  "entries": [
    {
      "displayName": "Blume",
      "identifier": "urn:air:useblume.dev:mcp:blume",
      "representativeQueries": [
        "how do I configure a Blume docs site",
        "search the Blume documentation",
        "what does blume build generate"
      ],
      "type": "application/mcp-server-card+json",
      "url": "https://useblume.dev/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server over the Blume documentation: full-text search, page Markdown, the page index, and the navigation tree.",
      "capabilities": [
        "search_docs",
        "get_page",
        "list_pages",
        "get_navigation"
      ]
    },
    {
      "displayName": "blume",
      "identifier": "urn:air:useblume.dev:skill:blume",
      "representativeQueries": [
        "set up a Blume documentation site",
        "write MDX content for Blume",
        "configure blume.config.ts"
      ],
      "type": "application/agent-skills+md",
      "url": "https://useblume.dev/.well-known/agent-skills/blume/SKILL.md",
      "description": "Build and maintain documentation sites with Blume, the markdown-first docs framework on Astro and Vite. Use when working in a project that depends on `blume`, when scaffolding or configuring a docs site, writing Markdown/MDX content, tuning navigation/search/theming/SEO/AI features, running the `blume` CLI (init, dev, build, eject), or editing `blume.config.ts` and `meta.ts` files."
    },
    {
      "displayName": "blume-migrate",
      "identifier": "urn:air:useblume.dev:skill:blume-migrate",
      "representativeQueries": [
        "migrate my Mintlify docs to Blume",
        "convert a Docusaurus site to Blume",
        "port Starlight docs to Blume"
      ],
      "type": "application/agent-skills+gzip",
      "url": "https://useblume.dev/.well-known/agent-skills/blume-migrate.tar.gz",
      "description": "Migrate an existing documentation site (Mintlify, Docusaurus, Fumadocs, Nextra, Starlight, or any docs framework) to Blume, the markdown-first docs framework on Astro. Translate the source config to blume.config.ts, restructure content into Blume's filesystem-derived navigation, rewrite JSX callouts to directives, convert icons to Lucide, and inline snippets. Use when the user asks to migrate/convert/port a docs repo to Blume, or when the repo has a docs.json/mint.json, docusaurus.config.*, meta.json with fumadocs, _meta.* with nextra, or an astro.config.* with starlight()."
    },
    {
      "displayName": "blume-update-docs",
      "identifier": "urn:air:useblume.dev:skill:blume-update-docs",
      "representativeQueries": [
        "check the Blume docs for drift after a release",
        "update stale documentation pages"
      ],
      "type": "application/agent-skills+gzip",
      "url": "https://useblume.dev/.well-known/agent-skills/blume-update-docs.tar.gz",
      "description": "Keep a Blume docs site in sync with the product it documents. Audit recently merged pull requests, changelogs, config schemas, CLI help, and public APIs against the docs content, update only pages that are factually stale, verify the docs build, and open (or update) a maintenance pull request — or report a clean no-op. Use when asked to check docs for drift, refresh stale documentation, run a scheduled docs audit, or keep docs current after a release."
    },
    {
      "displayName": "Blume docs API",
      "identifier": "urn:air:useblume.dev:api:docs",
      "representativeQueries": [
        "fetch a Blume docs page as JSON",
        "list the pages in the Blume docs",
        "get the Blume docs navigation tree"
      ],
      "type": "application/vnd.oai.openapi+json",
      "url": "https://useblume.dev/openapi.json",
      "description": "REST API over the Blume documentation: the page index, each page as JSON or Markdown, and the navigation tree, described by this OpenAPI document."
    },
    {
      "displayName": "Blume llms.txt",
      "identifier": "urn:air:useblume.dev:docs:llms-txt",
      "representativeQueries": [
        "what is Blume",
        "overview of the Blume documentation"
      ],
      "type": "text/plain",
      "url": "https://useblume.dev/llms.txt",
      "description": "llms.txt index of the Blume documentation: every page with a one-line summary, plus the agent-facing resources on this site."
    }
  ],
  "host": {
    "displayName": "Blume",
    "documentationUrl": "https://useblume.dev/",
    "identifier": "did:web:useblume.dev"
  },
  "specVersion": "1.0"
}
