{
  "id": "korbus-mcp",
  "name": "KorBus",
  "description": "Korean bus arrival info, alarms, and notifications for Seoul and Gyeonggi",
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "apiKey": { "type": "string", "description": "공공데이터포털 버스 API 인증키 (서울/경기 공용)" },
      "databasePath": { "type": "string" },
      "pollEnabled": { "type": "boolean" }
    }
  },
  "uiHints": {
    "apiKey": { "label": "Bus API Key (data.go.kr)", "sensitive": true }
  }
}
