MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
mcpvuln/__init__.py
mcpvuln/cli.py
mcpvuln/config.py
mcpvuln/contract.py
mcpvuln/firecrawl_integration.py
mcpvuln/github_scraper.py
mcpvuln/patterns.py
mcpvuln/pipeline.py
mcpvuln/report_generator.py
mcpvuln/scoring.py
mcpvuln/summary.py
mcpvuln/team.py
mcpvuln/vuln_analyzer.py
mcpvuln.egg-info/PKG-INFO
mcpvuln.egg-info/SOURCES.txt
mcpvuln.egg-info/dependency_links.txt
mcpvuln.egg-info/entry_points.txt
mcpvuln.egg-info/not-zip-safe
mcpvuln.egg-info/requires.txt
mcpvuln.egg-info/top_level.txt
tests/test_analyzer.py
tests/test_cli.py
tests/test_contract.py
tests/test_cve_2026_rules.py
tests/test_demo.py
tests/test_demo_scoring.py
tests/test_docstrings.py
tests/test_paper_algorithms.py
tests/test_patterns.py
tests/test_report.py
tests/test_scoring.py