{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.stepbystepcrochet/guides",
  "version": "1.0.0",
  "title": "Step By Step Crochet Guides",
  "description": "Anonymous, read-only search and retrieval for localized crochet tutorials, with an MCP App guide-card view.",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://stepbystepcrochet.com/api/mcp"
    }
  ],
  "authentication": {
    "required": false
  },
  "tools": [
    {
      "name": "find_crochet_guides",
      "description": "Search public crochet tutorials by topic and locale.",
      "readOnly": true,
      "uiResource": "ui://step-by-step-crochet/guide-finder.html"
    },
    {
      "name": "read_crochet_guide",
      "description": "Return the complete Markdown body of a guide selected by locale and slug.",
      "readOnly": true
    }
  ]
}
