{
  "protocolVersion": "0.3.0",
  "name": "TestML",
  "description": "Write tests once. Run everywhere. A specification, documentation and worked examples for the TestML cross-runtime test format, plus 120 published articles. Read-only: static HTML served anonymously.",
  "url": "https://testml.org",
  "preferredTransport": "HTTP+JSON",
  "version": "1.0.0",
  "documentationUrl": "https://testml.org/llms.txt",
  "iconUrl": "https://testml.org/favicon.svg",
  "provider": {
    "organization": "TestML",
    "url": "https://testml.org"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "text/html"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "read-the-spec",
      "name": "read the spec",
      "description": "Answer questions about the TestML file format by reading its specification and worked examples rather than guessing at syntax.",
      "tags": [
        "documentation",
        "testing",
        "read-only"
      ],
      "examples": [
        "What does the `then:` block accept in a .tml file?",
        "Has this site published anything about MCP servers?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "cite-an-article",
      "name": "cite an article",
      "description": "Locate a published article on this site and cite it accurately, with its canonical address and publication date.",
      "tags": [
        "documentation",
        "testing",
        "read-only"
      ],
      "examples": [
        "What does the `then:` block accept in a .tml file?",
        "Has this site published anything about MCP servers?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://testml.org/llms-full.txt"
    },
    {
      "transport": "HTTP+JSON",
      "url": "https://testml.org/sitemap.xml"
    }
  ]
}
