{
  "specVersion": "1.0",
  "host": {
    "displayName": "Honen",
    "identifier": "honen.com"
  },
  "entries": [
    {
      "identifier": "urn:air:honen.com:server:workspace-mcp",
      "displayName": "Honen Workspace MCP",
      "type": "application/mcp-server+json",
      "url": "https://honen.com/.well-known/mcp/server-card.json",
      "capabilities": [
        "CourseEditing",
        "KnowledgeBase",
        "SiteEditing",
        "WorkspaceAssistant",
        "MCPApps"
      ],
      "description": "Authenticated Streamable HTTP MCP server for working with Honen courses, workspace knowledge, public learning sites, and the workspace assistant.",
      "representativeQueries": [
        "Build a course from these source documents",
        "Find the workspace knowledge about our onboarding policy",
        "Update this course and preview the learner experience"
      ]
    },
    {
      "identifier": "urn:air:honen.com:api:connector",
      "displayName": "Honen Connector HTTP API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://honen.com/openapi.json",
      "capabilities": [
        "WorkspaceCommands",
        "StructuredErrors",
        "IdempotentWrites"
      ],
      "description": "OpenAPI 3 contract for deterministic authenticated commands against a Honen workspace.",
      "representativeQueries": [
        "Show me the operations available in the Honen Connector API",
        "Generate a typed client for the Honen HTTP API"
      ]
    },
    {
      "identifier": "urn:air:honen.com:skill:honen",
      "displayName": "Use Honen",
      "type": "text/markdown",
      "url": "https://honen.com/.well-known/agent-skills/honen/SKILL.md",
      "capabilities": ["IntegrationGuidance", "SafetyGuidance"],
      "description": "Instructions for choosing and safely using Honen's MCP, HTTP API, and public documentation surfaces.",
      "representativeQueries": [
        "When should an agent use Honen",
        "How should I connect an AI client to Honen"
      ]
    }
  ]
}
