Initial CivilPlan MCP implementation

This commit is contained in:
sinmb79
2026-04-03 09:08:08 +09:00
commit 544e4e0720
70 changed files with 3364 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
from __future__ import annotations
from enum import Enum
class ProjectDomain(str, Enum):
건축 = "건축"
토목_도로 = "토목_도로"
토목_상하수도 = "토목_상하수도"
토목_하천 = "토목_하천"
조경 = "조경"
복합 = "복합"