.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
scripts/codex_refresh_mcp.py
scripts/migrate_add_refresh_tokens.py
scripts/test_mcp_security.py
src/authmcp_gateway/__init__.py
src/authmcp_gateway/admin_auth.py
src/authmcp_gateway/app.py
src/authmcp_gateway/cli.py
src/authmcp_gateway/config.py
src/authmcp_gateway/csrf.py
src/authmcp_gateway/db.py
src/authmcp_gateway/logging_config.py
src/authmcp_gateway/middleware.py
src/authmcp_gateway/rate_limiter.py
src/authmcp_gateway/settings_manager.py
src/authmcp_gateway/setup_wizard.py
src/authmcp_gateway/utils.py
src/authmcp_gateway.egg-info/PKG-INFO
src/authmcp_gateway.egg-info/SOURCES.txt
src/authmcp_gateway.egg-info/dependency_links.txt
src/authmcp_gateway.egg-info/entry_points.txt
src/authmcp_gateway.egg-info/requires.txt
src/authmcp_gateway.egg-info/top_level.txt
src/authmcp_gateway/admin/__init__.py
src/authmcp_gateway/admin/login.py
src/authmcp_gateway/admin/logs_api.py
src/authmcp_gateway/admin/mcp_activity_api.py
src/authmcp_gateway/admin/mcp_servers_api.py
src/authmcp_gateway/admin/mcp_tokens_api.py
src/authmcp_gateway/admin/routes.py
src/authmcp_gateway/admin/settings_api.py
src/authmcp_gateway/admin/user_api.py
src/authmcp_gateway/admin/user_pages.py
src/authmcp_gateway/auth/__init__.py
src/authmcp_gateway/auth/authorize_endpoint.py
src/authmcp_gateway/auth/client_store.py
src/authmcp_gateway/auth/dcr_endpoints.py
src/authmcp_gateway/auth/endpoints.py
src/authmcp_gateway/auth/jwt_handler.py
src/authmcp_gateway/auth/models.py
src/authmcp_gateway/auth/oauth_code_flow.py
src/authmcp_gateway/auth/password.py
src/authmcp_gateway/auth/token_service.py
src/authmcp_gateway/auth/user_store.py
src/authmcp_gateway/mcp/__init__.py
src/authmcp_gateway/mcp/crypto.py
src/authmcp_gateway/mcp/handler.py
src/authmcp_gateway/mcp/health.py
src/authmcp_gateway/mcp/models.py
src/authmcp_gateway/mcp/proxy.py
src/authmcp_gateway/mcp/sse_handler.py
src/authmcp_gateway/mcp/store.py
src/authmcp_gateway/mcp/token_manager.py
src/authmcp_gateway/mcp/token_refresher.py
src/authmcp_gateway/security/__init__.py
src/authmcp_gateway/security/logger.py
src/authmcp_gateway/security/mcp_auditor.py
src/authmcp_gateway/static/__init__.py
src/authmcp_gateway/static/alpine.min.js
src/authmcp_gateway/static/favicon.svg
src/authmcp_gateway/static/input.css
src/authmcp_gateway/static/lucide.min.js
src/authmcp_gateway/static/tailwind.css
src/authmcp_gateway/templates/__init__.py
src/authmcp_gateway/templates/base_shell.html
src/authmcp_gateway/templates/user_login.html
src/authmcp_gateway/templates/user_portal.html
src/authmcp_gateway/templates/admin/__init__.py
src/authmcp_gateway/templates/admin/base.html
src/authmcp_gateway/templates/admin/dashboard.html
src/authmcp_gateway/templates/admin/logs.html
src/authmcp_gateway/templates/admin/mcp_activity.html
src/authmcp_gateway/templates/admin/mcp_audit.html
src/authmcp_gateway/templates/admin/mcp_servers.html
src/authmcp_gateway/templates/admin/mcp_tokens.html
src/authmcp_gateway/templates/admin/oauth_clients.html
src/authmcp_gateway/templates/admin/security_logs.html
src/authmcp_gateway/templates/admin/settings.html
src/authmcp_gateway/templates/admin/users.html