{
  "name": "CookieSun",
  "description": "CookieSun is an Israeli bakery selling fresh-baked cookies and cakes — including gluten-free, vegan and kosher options — with pickup from the bakery in Kiryat Ata, Israel.",
  "url": "https://cookiesun.com/mcp",
  "version": "1.0.0",
  "protocolVersion": "0.2.0",
  "provider": {
    "organization": "CookieSun",
    "url": "https://cookiesun.com"
  },
  "capabilities": {
    "streaming": true
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "browse_catalog",
      "name": "Browse catalog",
      "description": "List and search CookieSun products, with allergen flags and prices.",
      "tags": ["catalog", "bakery", "gluten-free"]
    },
    {
      "id": "place_order",
      "name": "Place order",
      "description": "Add products to a cart and place a pickup order (requires OAuth).",
      "tags": ["commerce", "checkout"]
    }
  ]
}
