{
  "serverInfo": {
    "name": "auxfirst",
    "title": "auxfirst — Agentic Experience Design",
    "version": "0.1.0",
    "description": "Public discovery card for auxfirst. auxfirst is an Agentic Experience Design agency; this card exposes read-only discovery resources (capabilities, agent skills, markdown documents). There is no live tool-serving MCP endpoint yet — transports is intentionally empty."
  },
  "transports": [],
  "capabilities": {
    "resources": true,
    "tools": false,
    "prompts": false
  },
  "resources": [
    {
      "name": "Capabilities",
      "description": "Machine-readable description of auxfirst services, engagements, frameworks, and resources.",
      "uri": "https://auxfirst.com/capabilities.json",
      "mimeType": "application/json"
    },
    {
      "name": "Agent Skills Index",
      "description": "Index of auxfirst consulting services and frameworks, with hashed skill descriptions.",
      "uri": "https://auxfirst.com/.well-known/agent-skills/index.json",
      "mimeType": "application/json"
    },
    {
      "name": "LLM Guide",
      "description": "Human- and LLM-readable guide to the auxfirst site and canon.",
      "uri": "https://auxfirst.com/llms.txt",
      "mimeType": "text/plain"
    },
    {
      "name": "Markdown Homepage",
      "description": "Markdown representation of the auxfirst homepage.",
      "uri": "https://auxfirst.com/index.md",
      "mimeType": "text/markdown"
    },
    {
      "name": "Knowledge Base",
      "description": "The auxfirst dictionary — every AUX concept, framework, and primitive, defined.",
      "uri": "https://auxfirst.com/knowledge.md",
      "mimeType": "text/markdown"
    }
  ],
  "contact": {
    "url": "https://auxfirst.com/index.html#contact"
  }
}
