[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mcp-knowledge-gaps" version = "0.1.0" description = "Find what your knowledge base mentions but doesn't actually explain." readme = "README.md" license = "MIT" requires-python = ">=3.10" authors = [ { name = "Toygar Ermin", email = "toygar.ermin@gmail.com" }, ] keywords = ["mcp", "knowledge-graph", "obsidian", "logseq", "gap-analysis", "research", "vault"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", ] dependencies = [ "mcp>=1.20.0", "pyyaml>=6.0", "pyjwt>=2.8.0", "cryptography>=41.0.0", ] [project.scripts] mcp-knowledge-gaps = "knowledge_gaps.__main__:main" [project.urls] Homepage = "https://github.com/onetrueclaude-creator/mcp-knowledge-gaps" Repository = "https://github.com/onetrueclaude-creator/mcp-knowledge-gaps" Issues = "https://github.com/onetrueclaude-creator/mcp-knowledge-gaps/issues" [tool.hatch.build.targets.wheel] packages = ["knowledge_gaps"]