[project] name = "cognee-mcp" version = "0.1.0" description = "A MCP server project" readme = "README.md" requires-python = ">=3.10" dependencies = [ "cognee[codegraph]", "mcp==1.1.3", ] [[project.authors]] name = "Rita Aleksziev" email = "rita@topoteretes.com" [build-system] requires = [ "hatchling", ] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src"] [project.scripts] cognee = "src:main"