.bumpversion.cfg
.coveragerc
.darglint
.dockerignore
.editorconfig
.env.ce.example
.env.example
.eslintrc.json
.flake8
.hadolint.yaml
.htmlhintrc
.markdownlint.json
.pre-commit-config.yaml
.prospector.yaml
.pycodestyle
.pylintrc
.pyspelling.yml
.ruff.toml
.spellcheck-en.txt
.stylelintrc.json
.travis.yml
.whitesource
.yamllint
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Containerfile
Containerfile.lite
DCO.txt
DEVELOPING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
TESTING.md
__init__
docker-compose.yml
fly.toml
gunicorn.config.py
migration_add_annotations.py
os_deps.sh
package-lock.json
package.json
playwright.config.py
podman-compose-sonarqube.yaml
pyproject.toml
run-gunicorn-v2.sh
run-gunicorn.sh
run.sh
smoketest.py
smoketest2.py
sonar-code.properties
test_readme.py
tox.ini
uv.lock
mcpgateway/__init__.py
mcpgateway/admin.py
mcpgateway/alembic.ini
mcpgateway/bootstrap_db.py
mcpgateway/cli.py
mcpgateway/config.py
mcpgateway/db.py
mcpgateway/main.py
mcpgateway/models.py
mcpgateway/py.typed
mcpgateway/schemas.py
mcpgateway/translate.py
mcpgateway/validators.py
mcpgateway/version.py
mcpgateway/wrapper.py
mcpgateway/alembic/README.md
mcpgateway/alembic/env.py
mcpgateway/alembic/script.py.mako
mcpgateway/alembic/versions/b77ca9d2de7e_uuid_pk_and_slug_refactor.py
mcpgateway/alembic/versions/e4fc04d1a442_add_annotations_to_tables.py
mcpgateway/alembic/versions/e75490e949b1_add_improved_status_to_tables.py
mcpgateway/cache/__init__.py
mcpgateway/cache/resource_cache.py
mcpgateway/cache/session_registry.py
mcpgateway/federation/__init__.py
mcpgateway/federation/discovery.py
mcpgateway/federation/forward.py
mcpgateway/handlers/__init__.py
mcpgateway/handlers/sampling.py
mcpgateway/services/__init__.py
mcpgateway/services/completion_service.py
mcpgateway/services/gateway_service.py
mcpgateway/services/logging_service.py
mcpgateway/services/prompt_service.py
mcpgateway/services/resource_service.py
mcpgateway/services/root_service.py
mcpgateway/services/server_service.py
mcpgateway/services/tool_service.py
mcpgateway/static/admin.css
mcpgateway/static/admin.js
mcpgateway/static/favicon.ico
mcpgateway/templates/admin.html
mcpgateway/templates/version_info_partial.html
mcpgateway/transports/__init__.py
mcpgateway/transports/base.py
mcpgateway/transports/sse_transport.py
mcpgateway/transports/stdio_transport.py
mcpgateway/transports/streamablehttp_transport.py
mcpgateway/transports/websocket_transport.py
mcpgateway/utils/create_jwt_token.py
mcpgateway/utils/create_slug.py
mcpgateway/utils/db_isready.py
mcpgateway/utils/error_formatter.py
mcpgateway/utils/redis_isready.py
mcpgateway/utils/retry_manager.py
mcpgateway/utils/services_auth.py
mcpgateway/utils/verify_credentials.py
mcpgateway/validation/__init__.py
mcpgateway/validation/jsonrpc.py