[project] name = "blast-scope" version = "0.6.1" description = "Contextual blast-radius scoring for shell commands an AI agent is about to run" readme = "README.md" requires-python = ">=3.11" license = "Apache-2.0" license-files = ["LICENSE", "NOTICE"] authors = [{ name = "Atharva Jayappa", email = "jatharva289@gmail.com" }] keywords = [ "mcp", "ai-agents", "claude-code", "shell", "safety", "guardrail", "blast-radius", "dependency-graph", ] classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Security", "Topic :: Software Development :: Quality Assurance", ] dependencies = [ "mcp>=1.0.0,<2", "tree-sitter>=0.23.0,<1", "tree-sitter-language-pack>=0.3.0,<1", ] [project.urls] Homepage = "https://github.com/Atharva-Jayappa/blast-scope" Repository = "https://github.com/Atharva-Jayappa/blast-scope" Issues = "https://github.com/Atharva-Jayappa/blast-scope/issues" [project.optional-dependencies] dev = ["pytest>=8.0", "pytest-asyncio>=0.23"] [project.scripts] blast-scope = "blast_scope.server:main" blast-scope-hook = "blast_scope.hook:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/blast_scope"] [tool.pytest.ini_options] testpaths = ["tests"]