{
  "name": "seyithan-iskembe-agent",
  "version": "1.0.0",
  "description": "Seyithan İşkembe için bilgi ajanı: menü, iletişim, çalışma saatleri ve sipariş/rezervasyon yönlendirmesi.",
  "url": "https://seyithaniskembe.com/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://seyithaniskembe.com/mcp",
      "transport": "JSONRPC",
      "transportProtocol": "http"
    }
  ],
  "capabilities": [
    {
      "id": "restaurant-info",
      "name": "Restaurant Info",
      "description": "Menü, fiyat, adres ve çalışma saati bilgisi sağlar."
    }
  ],
  "skills": [
    {
      "id": "contact",
      "name": "İletişim",
      "description": "Telefon, WhatsApp, e-posta ve adres bilgileri."
    },
    {
      "id": "order",
      "name": "Sipariş & Rezervasyon",
      "description": "Telefon ve WhatsApp üzerinden paket servis ve rezervasyon yönlendirmesi."
    },
    {
      "id": "menu",
      "name": "Menü",
      "description": "İmza ürünler ve güncel fiyatlar."
    }
  ]
}