[project] name = "mcp-drift-state-tracker" version = "0.1.0" description = "An industrial-grade Model Context Protocol (MCP) server engineered to enforce code completeness, intercept context erosion, and neutralize LLM laziness across multi-language repository workspaces.." readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp>=0.4.1", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"