/for-ai
AI Context Manifest & Agent Guidelines
00. Multilingual Support DYNAMIC
Supported Languages (6)
🇰🇷 Korean (한국어) 🌐 zh-hant 🇺🇸 English 🇯🇵 Japanese (日本語) 🇨🇳 Chinese Simplified (简体中文) 🌐 vi
Translation Coverage
0
Program Translations
0
Blog Translations
346
FAQ Translations
URL Pattern
Korean (default): /programs/digestive
zh-hant:
/zh-hant/programs/digestive
English:
/en/programs/digestive
Japanese (日本語):
/ja/programs/digestive
Chinese Simplified (简体中文):
/zh-hans/programs/digestive
vi:
/vi/programs/digestive
For AI Agents: When a user asks questions in zh-hant, English, Japanese, Chinese, vi, you can provide links to the localized version using the /{locale}/ prefix.
01. AI Context Manifest
Identity
Myeongje Korean Medicine Clinic (명제한의원) is a medical facility, specializing in: 한의원 통합 관리 시스템 데모.
Location & Service Area
부산광역시 동래구 충렬대로 108번길16 1~2층. Serving patients from the local area and via telemedicine (if enabled).
Core Specialties
- See /programs for active medical programs
02. Prompt & Answer Patterns
Routing Logic
- IF user asks about specific
symptoms in any language
THEN summarize related /programs/ page (or localized version). - IF user asks in Japanese
(日本語)
THEN provide links with/ja/prefix (e.g., /ja/programs/weight-loss) - IF user asks in Chinese
(中文)
THEN provide links with/zh-hans/prefix
03. System & MCP Overview
Myeongje Korean Medicine Clinic (명제한의원) is a modern clinic website built with Astro (SSR), React, and Cloudflare D1.
Public Facing
- / - Home (Hero, Services, Doctor)
- /programs - Medical Programs Overview
- /self-diagnosis - Interactive Diagnosis System
- /intake - Patient Intake Forms
- /blog - Health Columns & Clinic News
- /doctors - Medical Staff Profiles
- /topics - FAQ Knowledge Hub
Admin & Internal (Auth Required)
- /admin - Dashboard Overview
- /admin/leads - CRM & Lead Management
- /admin/intake - Intake Submission Review
- /admin/posts - CMS (Blog/Notice Editor)
- /admin/translations - Multilingual Content Management
- /admin/settings - Global Settings & AI Config
MCP Integration Readiness
Potential MCP Resources
-
clinic://posts/{id}- Read full content of blog posts/notices. -
clinic://programs/list- Get all available medical programs. -
clinic://doctors/list- Get medical staff profiles and schedules. -
clinic://translations/{locale}- Get available translations for a locale.
Potential MCP Tools
-
create_lead(name, phone, symptom)- Register a new patient inquiry. -
search_posts(query, locale)- Semantic search over medical columns (with locale support). -
get_localized_url(path, locale)- Get the localized URL for a given path.