LICENSE
README.md
pyproject.toml
src/active_claude_github_mcp/__init__.py
src/active_claude_github_mcp/buffer.py
src/active_claude_github_mcp/classification.py
src/active_claude_github_mcp/config.py
src/active_claude_github_mcp/context.py
src/active_claude_github_mcp/models.py
src/active_claude_github_mcp/parsers.py
src/active_claude_github_mcp/utils.py
src/active_claude_github_mcp.egg-info/PKG-INFO
src/active_claude_github_mcp.egg-info/SOURCES.txt
src/active_claude_github_mcp.egg-info/dependency_links.txt
src/active_claude_github_mcp.egg-info/entry_points.txt
src/active_claude_github_mcp.egg-info/requires.txt
src/active_claude_github_mcp.egg-info/top_level.txt
src/active_claude_github_mcp/github/__init__.py
src/active_claude_github_mcp/github/core.py
src/active_claude_github_mcp/github/discussions.py
src/active_claude_github_mcp/github/issues.py
src/active_claude_github_mcp/github/projects.py
src/active_claude_github_mcp/github/recovery.py
src/active_claude_github_mcp/github/releases.py
src/active_claude_github_mcp/github/resolvers.py
src/active_claude_github_mcp/github/scaffold.py
src/active_claude_github_mcp/server/__init__.py
src/active_claude_github_mcp/server/build.py
src/active_claude_github_mcp/server/cli.py
src/active_claude_github_mcp/server/helpers.py
src/active_claude_github_mcp/server/preflight.py
src/active_claude_github_mcp/server/tool_schemas.py
src/active_claude_github_mcp/server/handlers/__init__.py
src/active_claude_github_mcp/server/handlers/infra.py
src/active_claude_github_mcp/server/handlers/issues.py
src/active_claude_github_mcp/server/handlers/meta.py
src/active_claude_github_mcp/server/handlers/release.py
src/active_claude_github_mcp/server/handlers/session.py
src/active_claude_github_mcp/server/handlers/threads.py
tests/test_buffer.py
tests/test_classification.py
tests/test_config.py
tests/test_context.py
tests/test_github_discussions.py
tests/test_github_issues.py
tests/test_github_projects.py
tests/test_github_recovery.py
tests/test_github_releases.py
tests/test_github_resolvers.py
tests/test_github_scaffold.py
tests/test_models.py
tests/test_parsers.py
tests/test_preflight.py
tests/test_server.py
tests/test_utils.py