{
  "specVersion": "1.0",
  "host": {
    "displayName": "DriftCSS",
    "identifier": "did:web:driftcss.com"
  },
  "entries": [
    {
      "identifier": "urn:air:driftcss.com:mcp:docs",
      "displayName": "DriftCSS docs MCP",
      "type": "application/mcp-server-card+json",
      "url": "https://driftcss.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "how do I install DriftCSS in a Vite React app",
        "fetch the DriftCSS quick start as markdown",
        "what CSS does DriftCSS atomize in alpha"
      ]
    },
    {
      "identifier": "urn:air:driftcss.com:api:catalog",
      "displayName": "DriftCSS API catalog",
      "type": "application/linkset+json",
      "url": "https://driftcss.com/.well-known/api-catalog",
      "representativeQueries": [
        "where is the DriftCSS OpenAPI description",
        "DriftCSS docs health endpoint",
        "how do agents discover the DriftCSS MCP server"
      ]
    },
    {
      "identifier": "urn:air:driftcss.com:skill:driftcss",
      "displayName": "DriftCSS agent skill",
      "type": "text/markdown",
      "url": "https://driftcss.com/.well-known/agent-skills/driftcss/SKILL.md",
      "representativeQueries": [
        "set up DriftCSS with @driftcss/vite",
        "configure the DriftCSS Vite plugin before React",
        "use virtual:driftcss and semantic className"
      ]
    },
    {
      "identifier": "urn:air:driftcss.com:docs:site",
      "displayName": "DriftCSS documentation",
      "type": "text/markdown",
      "url": "https://driftcss.com/llms.txt",
      "representativeQueries": [
        "DriftCSS documentation index",
        "list DriftCSS guide pages",
        "where is the Vite plugin reference"
      ]
    }
  ]
}
