LICENSE
README.md
pyproject.toml
src/augments_mcp/__init__.py
src/augments_mcp/__main__.py
src/augments_mcp/main.py
src/augments_mcp/server.py
src/augments_mcp/server_improved.py
src/augments_mcp/server_never_fail.py
src/augments_mcp/web_server.py
src/augments_mcp/middleware/__init__.py
src/augments_mcp/middleware/abuse_detector.py
src/augments_mcp/middleware/cloudflare.py
src/augments_mcp/middleware/edge_cache.py
src/augments_mcp/middleware/request_coalescer.py
src/augments_mcp/middleware/smart_limiter.py
src/augments_mcp/models/__init__.py
src/augments_mcp/providers/__init__.py
src/augments_mcp/providers/base.py
src/augments_mcp/providers/github.py
src/augments_mcp/providers/website.py
src/augments_mcp/registry/__init__.py
src/augments_mcp/registry/cache.py
src/augments_mcp/registry/manager.py
src/augments_mcp/registry/models.py
src/augments_mcp/tools/__init__.py
src/augments_mcp/tools/context_enhancement.py
src/augments_mcp/tools/documentation.py
src/augments_mcp/tools/documentation_improved.py
src/augments_mcp/tools/documentation_never_fail.py
src/augments_mcp/tools/documentation_simple_fix.py
src/augments_mcp/tools/framework_discovery.py
src/augments_mcp/tools/updates.py
src/augments_mcp/utils/__init__.py
src/augments_mcp/utils/github_client.py
src/augments_mcp/utils/validation.py
src/augments_mcp_server.egg-info/PKG-INFO
src/augments_mcp_server.egg-info/SOURCES.txt
src/augments_mcp_server.egg-info/dependency_links.txt
src/augments_mcp_server.egg-info/entry_points.txt
src/augments_mcp_server.egg-info/requires.txt
src/augments_mcp_server.egg-info/top_level.txt
tests/test_cache.py
tests/test_models.py
tests/test_providers.py
tests/test_server_integration.py
tests/test_tools.py
tests/test_utils.py