[project]
name = "korean-law-mcp"
version = "1.0.0"
description = "MCP Server for Korean Law & Precedent Search using National Law Information Center API"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastmcp",
"uvicorn",
"pydantic",
"python-dotenv",
"requests",
"cachetools",
"fastapi"
]
[project.optional-dependencies]
dev = [
"pytest",
"pytest-asyncio",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"