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
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
.env
.venv/
*.pyc
__pycache__/
.pytest_cache/
output/
civilplan.db
civilplan_mcp/data/land_prices/*
!civilplan_mcp/data/land_prices/.gitkeep
!civilplan_mcp/data/land_prices/README.md
civilplan_mcp/data/.update_required_*
civilplan_mcp/data/update_log.json