{
  "name": "The Missing Manual",
  "description": "Search and read a free library of in-depth developer guides. Answers come straight from the guide text - no auth, no cost.",
  "url": "https://themissingmanual.dev/mcp",
  "preferredTransport": "MCP",
  "version": "1.0.0",
  "provider": {
    "organization": "The Missing Manual",
    "url": "https://themissingmanual.dev"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "search_guides",
      "name": "Search guides",
      "description": "Full-text search across every guide; returns titles, summaries, and snippets.",
      "tags": [
        "search",
        "documentation",
        "developer-education"
      ]
    },
    {
      "id": "read_guide",
      "name": "Read a guide",
      "description": "Fetch any guide or chapter as clean Markdown by its /guides/... path.",
      "tags": [
        "read",
        "markdown",
        "documentation"
      ]
    }
  ]
}