[build-system] requires = ["hatchling>=1.27,<2"] build-backend = "hatchling.build" [project] name = "docforge" version = "0.7.3" description = "Project-scoped documentation indexing and context service" readme = "README.md" requires-python = ">=3.12" license = { text = "MIT" } authors = [{ name = "Worldforge contributors" }] dependencies = ["markdown-it-py>=4.2,<5", "mcp>=1.28,<2"] [project.scripts] docforge = "docforge.cli:main" docforge-mcp = "docforge.mcp_server:main" [tool.hatch.build.targets.wheel] packages = ["src/docforge"] [tool.ruff] line-length = 100 target-version = "py312" [tool.ruff.lint] select = ["E", "F", "I", "UP", "B", "SIM"] [tool.pyright] pythonVersion = "3.12" typeCheckingMode = "strict" include = ["src"]