{
  "mcpVersion": "1.0",
  "name": "튼튼우리한의원",
  "description": "튼튼우리한의원 AI 에이전트 인터페이스",
  "tools": [
    {
      "name": "get_clinic_info",
      "description": "한의원 기본 정보, 진료시간, 위치, 연락처 반환",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_treatments",
      "description": "진료 분야(만성통증/위장질환/자율신경/소아성장) 정보 반환",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "enum": ["pain", "digestive", "autonomic", "growth"]
          }
        }
      }
    }
  ]
}
