.bumpversion.cfg
.coveragerc
.darglint
.dockerignore
.editorconfig
.env.ce.example
.env.example
.eslintrc.json
.flake8
.hadolint.yaml
.htmlhintrc
.markdownlint.json
.pre-commit-config.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
DEVELOPING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
TESTING.md
TODO.md
__init__
docker-compose.yml
gunicorn.config.py
os_deps.sh
package-lock.json
package.json
podman-compose-sonarqube.yaml
pyproject.toml
run-gunicorn-v2.sh
run-gunicorn.sh
run.sh
smoketest.py
sonar-code.properties
test_readme.py
uv.lock
docs/.gitignore
docs/Makefile
docs/base.yml
docs/mkdocs.yml
docs/requirements.txt
docs/docs/.pages
docs/docs/index.md
docs/docs/architecture/.pages
docs/docs/architecture/index.md
docs/docs/architecture/roadmap.md
docs/docs/architecture/adr/.pages
docs/docs/architecture/adr/001-adopt-fastapi-pydantic.md
docs/docs/architecture/adr/002-use-async-sqlalchemy-orm.md
docs/docs/architecture/adr/003-expose-multi-transport-endpoints.md
docs/docs/architecture/adr/004-combine-jwt-and-basic-auth.md
docs/docs/architecture/adr/005-structured-json-logging.md
docs/docs/architecture/adr/005-vscode-devcontainer-support.md
docs/docs/architecture/adr/006-gateway-tool-rate-limiting.md
docs/docs/architecture/adr/007-pluggable-cache-backend.md
docs/docs/architecture/adr/008-federation-discovery.md
docs/docs/architecture/adr/009-built-in-health-checks.md
docs/docs/architecture/adr/010-observability-prometheus.md
docs/docs/architecture/adr/index.md
docs/docs/blog/index.md
docs/docs/deployment/.pages
docs/docs/deployment/argocd.md
docs/docs/deployment/aws.md
docs/docs/deployment/azure.md
docs/docs/deployment/compose.md
docs/docs/deployment/container.md
docs/docs/deployment/google-cloud-run.md
docs/docs/deployment/helm.md
docs/docs/deployment/ibm-code-engine.md
docs/docs/deployment/index.md
docs/docs/deployment/kubernetes.md
docs/docs/deployment/local.md
docs/docs/deployment/minikube.md
docs/docs/deployment/openshift.md
docs/docs/development/.pages
docs/docs/development/building.md
docs/docs/development/documentation.md
docs/docs/development/github.md
docs/docs/development/index.md
docs/docs/development/packaging.md
docs/docs/development/review.md
docs/docs/faq/.pages
docs/docs/faq/index.md
docs/docs/images/mcpgateway.gif
docs/docs/images/mcpgateway.svg
docs/docs/manage/.pages
docs/docs/manage/backup.md
docs/docs/manage/index.md
docs/docs/manage/logging.md
docs/docs/manage/tuning.md
docs/docs/manage/upgrade.md
docs/docs/media/.pages
docs/docs/media/index.md
docs/docs/media/kit/.pages
docs/docs/media/kit/index.md
docs/docs/media/press/.pages
docs/docs/media/press/index.md
docs/docs/media/social/.pages
docs/docs/media/social/index.md
docs/docs/media/testimonials/.pages
docs/docs/media/testimonials/index.md
docs/docs/overview/.pages
docs/docs/overview/features.md
docs/docs/overview/index.md
docs/docs/overview/quick_start.md
docs/docs/overview/ui-concepts.md
docs/docs/overview/ui.md
docs/docs/testing/.pages
docs/docs/testing/basic.md
docs/docs/testing/index.md
docs/docs/testing/performance.md
docs/docs/using/.pages
docs/docs/using/index.md
docs/docs/using/mcpgateway-wrapper.md
docs/docs/using/agents/.pages
docs/docs/using/agents/autogen.md
docs/docs/using/agents/bee.md
docs/docs/using/agents/crewai.md
docs/docs/using/agents/index.md
docs/docs/using/agents/langchain.md
docs/docs/using/agents/langgraph.md
docs/docs/using/agents/llamaindex.md
docs/docs/using/agents/openai-sdk.md
docs/docs/using/agents/semantic-kernel.md
docs/docs/using/clients/.pages
docs/docs/using/clients/claude-desktop.md
docs/docs/using/clients/cline.md
docs/docs/using/clients/continue.md
docs/docs/using/clients/copilot.md
docs/docs/using/clients/index.md
docs/docs/using/clients/mcp-inspector.md
docs/docs/using/clients/openwebui.md
docs/theme/favicon.ico
docs/theme/logo-small.png
docs/theme/logo.png
mcpgateway/__init__.py
mcpgateway/admin.py
mcpgateway/cli.py
mcpgateway/config.py
mcpgateway/db.py
mcpgateway/main.py
mcpgateway/py.typed
mcpgateway/schemas.py
mcpgateway/translate.py
mcpgateway/types.py
mcpgateway/version.py
mcpgateway/wrapper.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/federation/manager.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/websocket_transport.py
mcpgateway/utils/create_jwt_token.py
mcpgateway/utils/services_auth.py
mcpgateway/utils/verify_credentials.py
mcpgateway/validation/__init__.py
mcpgateway/validation/jsonrpc.py