feat: add Gemini-powered birdseye rendering

This commit is contained in:
sinmb79
2026-04-04 19:29:27 +09:00
parent 800c7b6fa7
commit 5b96be3104
20 changed files with 1006 additions and 396 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "civilplan-mcp"
version = "1.0.0"
version = "2.0.0"
description = "CivilPlan MCP server for Korean civil and building project planning."
readme = "README.md"
requires-python = ">=3.11"
@@ -24,6 +24,9 @@ dependencies = [
"apscheduler>=3.10.0",
"python-dotenv>=1.0.1",
"python-dateutil>=2.9.0",
"google-genai>=1.0.0",
"cairosvg>=2.7.0",
"Pillow>=10.0.0",
]
[project.scripts]