LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/DOCUMENTATION-PLAN.md
docs/README.md
docs/api.md
docs/architecture.md
docs/changelog.md
docs/cli.md
docs/configuration.md
docs/deploy-under-subpath.md
docs/development.md
docs/plugin-architecture-v2.md
docs/plugin-examples.md
docs/plugin-hooks.md
docs/plugin-loading.md
docs/plugin-system.md
docs/plugin-testing.md
docs/proxy-engine.md
docs/registry.md
docs/tool-graph.md
docs/troubleshooting.md
docs/ui-enhancement-plan.md
examples/README.md
examples/client/curl_examples.sh
examples/client/python_client.py
examples/plugins/basic_audit_logger.py
examples/plugins/cache_custom.py
examples/plugins/error_handling.py
examples/plugins/governance_abac.py
examples/plugins/notification_slack.py
examples/plugins/rate_limiter.py
examples/plugins/validation_plugin.py
examples/proxy/collision_scenario.py
examples/proxy/enrichment_demo.py
examples/proxy/setup_governance.py
screenshots/analytics page.png
screenshots/dashboard.png
screenshots/proxy.png
screenshots/server.png
screenshots/tool update screen.png
screenshots/tool1.png
screenshots/toolatlas-architecture.png
src/toolatlas_mcp/__init__.py
src/toolatlas_mcp/__main__.py
src/toolatlas_mcp/config.py
src/toolatlas_mcp/db.py
src/toolatlas_mcp.egg-info/PKG-INFO
src/toolatlas_mcp.egg-info/SOURCES.txt
src/toolatlas_mcp.egg-info/dependency_links.txt
src/toolatlas_mcp.egg-info/entry_points.txt
src/toolatlas_mcp.egg-info/requires.txt
src/toolatlas_mcp.egg-info/top_level.txt
src/toolatlas_mcp/api/__init__.py
src/toolatlas_mcp/api/app.py
src/toolatlas_mcp/api/schemas.py
src/toolatlas_mcp/api/routes/__init__.py
src/toolatlas_mcp/api/routes/analytics.py
src/toolatlas_mcp/api/routes/dashboard.py
src/toolatlas_mcp/api/routes/glossary.py
src/toolatlas_mcp/api/routes/graph.py
src/toolatlas_mcp/api/routes/proxies.py
src/toolatlas_mcp/api/routes/search.py
src/toolatlas_mcp/api/routes/servers.py
src/toolatlas_mcp/api/routes/settings.py
src/toolatlas_mcp/api/routes/tools.py
src/toolatlas_mcp/cli/__init__.py
src/toolatlas_mcp/cli/main.py
src/toolatlas_mcp/docs/DOCUMENTATION-PLAN.md
src/toolatlas_mcp/docs/README.md
src/toolatlas_mcp/docs/api.md
src/toolatlas_mcp/docs/architecture.md
src/toolatlas_mcp/docs/changelog.md
src/toolatlas_mcp/docs/cli.md
src/toolatlas_mcp/docs/configuration.md
src/toolatlas_mcp/docs/deploy-under-subpath.md
src/toolatlas_mcp/docs/development.md
src/toolatlas_mcp/docs/plugin-examples.md
src/toolatlas_mcp/docs/plugin-hooks.md
src/toolatlas_mcp/docs/plugin-loading.md
src/toolatlas_mcp/docs/plugin-system.md
src/toolatlas_mcp/docs/plugin-testing.md
src/toolatlas_mcp/docs/proxy-engine.md
src/toolatlas_mcp/docs/registry.md
src/toolatlas_mcp/docs/tool-graph.md
src/toolatlas_mcp/docs/troubleshooting.md
src/toolatlas_mcp/docs/ui-enhancement-plan.md
src/toolatlas_mcp/examples/README.md
src/toolatlas_mcp/examples/client/curl_examples.sh
src/toolatlas_mcp/examples/client/python_client.py
src/toolatlas_mcp/examples/plugins/basic_audit_logger.py
src/toolatlas_mcp/examples/plugins/cache_custom.py
src/toolatlas_mcp/examples/plugins/error_handling.py
src/toolatlas_mcp/examples/plugins/notification_slack.py
src/toolatlas_mcp/examples/plugins/rate_limiter.py
src/toolatlas_mcp/examples/plugins/validation_plugin.py
src/toolatlas_mcp/examples/proxy/collision_scenario.py
src/toolatlas_mcp/examples/proxy/enrichment_demo.py
src/toolatlas_mcp/examples/proxy/setup_governance.py
src/toolatlas_mcp/plugin/__init__.py
src/toolatlas_mcp/plugin/base.py
src/toolatlas_mcp/plugin/manager.py
src/toolatlas_mcp/plugin/builtins/__init__.py
src/toolatlas_mcp/plugin/builtins/cache.py
src/toolatlas_mcp/plugin/builtins/metrics.py
src/toolatlas_mcp/proxy/__init__.py
src/toolatlas_mcp/proxy/engine.py
src/toolatlas_mcp/proxy/middleware.py
src/toolatlas_mcp/proxy/server.py
src/toolatlas_mcp/registry/__init__.py
src/toolatlas_mcp/registry/json_storage.py
src/toolatlas_mcp/registry/mcp_client.py
src/toolatlas_mcp/registry/models.py
src/toolatlas_mcp/registry/repository.py
src/toolatlas_mcp/registry/storage.py
src/toolatlas_mcp/services/__init__.py
src/toolatlas_mcp/services/connection_manager.py
src/toolatlas_mcp/services/health_checker.py
src/toolatlas_mcp/services/registry_sync.py
src/toolatlas_mcp/services/ws_manager.py
src/toolatlas_mcp/tracker/__init__.py
src/toolatlas_mcp/tracker/service.py
src/toolatlas_mcp/ui/dist/index.html
src/toolatlas_mcp/ui/dist/assets/index-B7KyeAZh.js
src/toolatlas_mcp/ui/dist/assets/index-CdUXgUns.css
tests/test_analytics.py
tests/test_cache.py
tests/test_connection_manager.py
tests/test_description_override.py
tests/test_e2e.py
tests/test_e2e_meta.py
tests/test_e2e_plugins.py
tests/test_glossary.py
tests/test_graph.py
tests/test_meta_protocol.py
tests/test_plugin.py
tests/test_proxy_call_tool.py
tests/test_proxy_engine.py
tests/test_proxy_list_tools.py
tests/test_registry.py
tests/test_registry_sync.py