LICENSE
MANIFEST.in
README.md
pyproject.toml
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/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-B97lfGHl.js
src/toolatlas_mcp/ui/dist/assets/index-DYtnyTxf.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_glossary.py
tests/test_graph.py
tests/test_plugin.py
tests/test_proxy_call_tool.py
tests/test_proxy_list_tools.py
tests/test_registry.py
tests/test_registry_sync.py