{
  "specVersion": "1.0",
  "host": {
    "displayName": "Agentic Mermaid",
    "identifier": "did:web:agentic-mermaid.dev",
    "documentationUrl": "https://agentic-mermaid.dev/docs/"
  },
  "entries": [
    {
      "identifier": "urn:air:agentic-mermaid.dev:mcp:agentic-mermaid",
      "displayName": "Agentic Mermaid hosted MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://agentic-mermaid.dev/.well-known/mcp/server-card.json",
      "description": "Render, verify, describe, mutate, and build Mermaid diagrams through a stateless Streamable HTTP MCP server.",
      "tags": [
        "mermaid",
        "diagramming",
        "mcp",
        "rendering",
        "verification",
        "agents"
      ],
      "capabilities": [
        "execute",
        "describe_sdk",
        "render_svg",
        "render_ascii",
        "render_png",
        "verify",
        "describe",
        "mutate",
        "build"
      ],
      "representativeQueries": [
        "verify this Mermaid diagram",
        "render this diagram to SVG",
        "add an edge to this flowchart and verify it",
        "build a Mermaid sequence diagram from structured operations"
      ],
      "trustManifest": {
        "identity": "did:web:agentic-mermaid.dev",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:agentic-mermaid.dev:llms",
      "displayName": "Agentic Mermaid llms.txt",
      "type": "text/markdown",
      "url": "https://agentic-mermaid.dev/llms.txt",
      "description": "Navigation index for agents using Agentic Mermaid.",
      "tags": [
        "llms.txt",
        "agent-docs",
        "mermaid"
      ],
      "representativeQueries": [
        "how should an agent use Agentic Mermaid"
      ],
      "trustManifest": {
        "identity": "did:web:agentic-mermaid.dev",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:agentic-mermaid.dev:skill:diagram-workflow",
      "displayName": "Agentic Mermaid diagram workflow skill",
      "type": "application/ai-skill+md",
      "url": "https://agentic-mermaid.dev/skills/agentic-mermaid-diagram-workflow/SKILL.md",
      "description": "Progressively disclosed workflow skill for authoring and editing Mermaid diagrams with Agentic Mermaid.",
      "tags": [
        "skill",
        "mermaid",
        "diagram-workflow"
      ],
      "representativeQueries": [
        "create or edit a Mermaid diagram safely"
      ],
      "trustManifest": {
        "identity": "did:web:agentic-mermaid.dev",
        "identityType": "did"
      }
    },
    {
      "identifier": "urn:air:agentic-mermaid.dev:capabilities",
      "displayName": "Agentic Mermaid capabilities",
      "type": "application/json",
      "url": "https://agentic-mermaid.dev/capabilities.json",
      "description": "Machine-readable families, mutation operations, warning contracts, and examples.",
      "tags": [
        "capabilities",
        "mutation",
        "warnings"
      ],
      "representativeQueries": [
        "what diagram families and typed edits are supported"
      ]
    },
    {
      "identifier": "urn:air:agentic-mermaid.dev:examples",
      "displayName": "Agentic Mermaid examples index",
      "type": "application/json",
      "url": "https://agentic-mermaid.dev/examples/index.json",
      "description": "Indexed canonical examples for every supported diagram family.",
      "tags": [
        "examples",
        "mermaid"
      ],
      "representativeQueries": [
        "show valid syntax for this Mermaid family"
      ]
    },
    {
      "identifier": "urn:air:agentic-mermaid.dev:start",
      "displayName": "Agentic Mermaid agent start guide",
      "type": "text/markdown",
      "url": "https://agentic-mermaid.dev/start.md",
      "description": "Shortest safe path for an agent beginning an Agentic Mermaid task.",
      "tags": [
        "agent-docs",
        "quickstart"
      ],
      "representativeQueries": [
        "how do I start using Agentic Mermaid safely"
      ]
    },
    {
      "identifier": "urn:air:agentic-mermaid.dev:instructions",
      "displayName": "Agentic Mermaid agent instructions",
      "type": "text/markdown",
      "url": "https://agentic-mermaid.dev/agent-instructions.md",
      "description": "Complete verify-before-commit and mutation workflow instructions.",
      "tags": [
        "agent-docs",
        "instructions"
      ],
      "representativeQueries": [
        "how should an agent edit and verify a Mermaid diagram"
      ]
    },
    {
      "identifier": "urn:air:agentic-mermaid.dev:mcp:manifest",
      "displayName": "Agentic Mermaid MCP manifest",
      "type": "application/json",
      "url": "https://agentic-mermaid.dev/.well-known/mcp.json",
      "description": "Hosted MCP transport and tool discovery manifest.",
      "tags": [
        "mcp",
        "discovery"
      ],
      "representativeQueries": [
        "connect to the hosted Agentic Mermaid MCP server"
      ]
    },
    {
      "identifier": "urn:air:agentic-mermaid.dev:warnings",
      "displayName": "Agentic Mermaid warnings index",
      "type": "text/markdown",
      "url": "https://agentic-mermaid.dev/warning-codes.md",
      "description": "Machine-oriented index of structural, geometric, and lint warning codes.",
      "tags": [
        "warnings",
        "verification"
      ],
      "representativeQueries": [
        "what does this verify warning mean"
      ]
    },
    {
      "identifier": "urn:air:agentic-mermaid.dev:style-schema",
      "displayName": "Agentic Mermaid style schema",
      "type": "application/schema+json",
      "url": "https://agentic-mermaid.dev/schemas/style-spec.schema.json",
      "description": "JSON Schema for data-only diagram style specifications.",
      "tags": [
        "schema",
        "styles"
      ],
      "representativeQueries": [
        "validate a custom Agentic Mermaid style"
      ]
    }
  ],
  "generatedFrom": {
    "packageVersion": "0.4.1",
    "gitSha": "d2d821cb07f46d39770c3b731c346ef0c22ea773",
    "buildTime": "2026-07-31T11:27:14Z"
  }
}
