AUTHORS.md
LICENSE
NOTICE
README.md
pyproject.toml
src/slm_mcp_hub/__init__.py
src/slm_mcp_hub.egg-info/PKG-INFO
src/slm_mcp_hub.egg-info/SOURCES.txt
src/slm_mcp_hub.egg-info/dependency_links.txt
src/slm_mcp_hub.egg-info/entry_points.txt
src/slm_mcp_hub.egg-info/requires.txt
src/slm_mcp_hub.egg-info/top_level.txt
src/slm_mcp_hub/auth/__init__.py
src/slm_mcp_hub/auth/broker.py
src/slm_mcp_hub/auth/callback.py
src/slm_mcp_hub/auth/models.py
src/slm_mcp_hub/auth/provider.py
src/slm_mcp_hub/auth/token_store.py
src/slm_mcp_hub/cli/__init__.py
src/slm_mcp_hub/cli/api_client.py
src/slm_mcp_hub/cli/auth_commands.py
src/slm_mcp_hub/cli/main.py
src/slm_mcp_hub/cli/observe_commands.py
src/slm_mcp_hub/cli/server_commands.py
src/slm_mcp_hub/cli/setup_commands.py
src/slm_mcp_hub/core/__init__.py
src/slm_mcp_hub/core/config.py
src/slm_mcp_hub/core/config_io.py
src/slm_mcp_hub/core/constants.py
src/slm_mcp_hub/core/hub.py
src/slm_mcp_hub/core/registry.py
src/slm_mcp_hub/discovery/__init__.py
src/slm_mcp_hub/discovery/auto_register.py
src/slm_mcp_hub/discovery/client_detector.py
src/slm_mcp_hub/discovery/network.py
src/slm_mcp_hub/federation/__init__.py
src/slm_mcp_hub/federation/concurrency.py
src/slm_mcp_hub/federation/connection.py
src/slm_mcp_hub/federation/eviction.py
src/slm_mcp_hub/federation/lru.py
src/slm_mcp_hub/federation/manager.py
src/slm_mcp_hub/federation/manager_retry.py
src/slm_mcp_hub/federation/namespace.py
src/slm_mcp_hub/federation/router.py
src/slm_mcp_hub/federation/status.py
src/slm_mcp_hub/federation/timeouts.py
src/slm_mcp_hub/intelligence/__init__.py
src/slm_mcp_hub/intelligence/cache.py
src/slm_mcp_hub/intelligence/cost.py
src/slm_mcp_hub/intelligence/filtering.py
src/slm_mcp_hub/intelligence/learning.py
src/slm_mcp_hub/intelligence/lifecycle.py
src/slm_mcp_hub/lifecycle/__init__.py
src/slm_mcp_hub/lifecycle/config_diff.py
src/slm_mcp_hub/lifecycle/notifier.py
src/slm_mcp_hub/lifecycle/reloader.py
src/slm_mcp_hub/lifecycle/runtime.py
src/slm_mcp_hub/observability/__init__.py
src/slm_mcp_hub/observability/dashboard.py
src/slm_mcp_hub/observability/event_stream.py
src/slm_mcp_hub/observability/metrics.py
src/slm_mcp_hub/observability/status_enriched.py
src/slm_mcp_hub/observability/tracer.py
src/slm_mcp_hub/plugins/__init__.py
src/slm_mcp_hub/plugins/base.py
src/slm_mcp_hub/plugins/mesh_plugin.py
src/slm_mcp_hub/plugins/slm_http.py
src/slm_mcp_hub/plugins/slm_plugin.py
src/slm_mcp_hub/protocol/__init__.py
src/slm_mcp_hub/protocol/conversion.py
src/slm_mcp_hub/protocol/inbound.py
src/slm_mcp_hub/protocol/models.py
src/slm_mcp_hub/protocol/outbound.py
src/slm_mcp_hub/protocol/product_operations.py
src/slm_mcp_hub/resilience/__init__.py
src/slm_mcp_hub/resilience/classifier.py
src/slm_mcp_hub/resilience/events.py
src/slm_mcp_hub/resilience/lifecycle.py
src/slm_mcp_hub/resilience/supervisor.py
src/slm_mcp_hub/resilience/watchdog.py
src/slm_mcp_hub/security/__init__.py
src/slm_mcp_hub/security/audit.py
src/slm_mcp_hub/security/permissions.py
src/slm_mcp_hub/server/__init__.py
src/slm_mcp_hub/server/admin_routes.py
src/slm_mcp_hub/server/http_server.py
src/slm_mcp_hub/server/mcp_endpoint.py
src/slm_mcp_hub/server/proxy_endpoint.py
src/slm_mcp_hub/server/stdio_server.py
src/slm_mcp_hub/server/transport_mode.py
src/slm_mcp_hub/session/__init__.py
src/slm_mcp_hub/session/coordination.py
src/slm_mcp_hub/session/manager.py
src/slm_mcp_hub/storage/__init__.py
src/slm_mcp_hub/storage/database.py
src/slm_mcp_hub/storage/schema.py
src/slm_mcp_hub/streaming/__init__.py
src/slm_mcp_hub/streaming/event_store.py
src/slm_mcp_hub/streaming/progress.py
src/slm_mcp_hub/streaming/resumable.py
src/slm_mcp_hub/streaming/resume.py
tests/test_as_bool.py
tests/test_audit_fixes.py
tests/test_auth_config.py
tests/test_call_tool_arguments.py
tests/test_cli.py
tests/test_cli_auth.py
tests/test_cli_server_commands.py
tests/test_config_secret_persistence.py
tests/test_connection_async.py
tests/test_connection_manager.py
tests/test_coverage_gaps.py
tests/test_coverage_gaps2.py
tests/test_credibility_coverage.py
tests/test_events.py
tests/test_failure_classifier.py
tests/test_federation_recovery_protocol.py
tests/test_http_initialize_validation.py
tests/test_http_management.py
tests/test_http_server_coverage.py
tests/test_idle_reaper.py
tests/test_lazy_spawn_retention.py
tests/test_legacy_era_fallback.py
tests/test_lifecycle_compat.py
tests/test_lifecycle_phase2.py
tests/test_lifecycle_phase3.py
tests/test_lifecycle_phase6.py
tests/test_lifecycle_runtime.py
tests/test_lifecycle_state_machine.py
tests/test_mcp_2026_contract.py
tests/test_mcp_sdk_contract.py
tests/test_nonblocking_serve.py
tests/test_oauth_broker.py
tests/test_oauth_callback_security.py
tests/test_oauth_isolation.py
tests/test_oauth_metadata.py
tests/test_oauth_redaction.py
tests/test_oauth_refresh.py
tests/test_oauth_token_store.py
tests/test_outbound_protocol_negotiation.py
tests/test_outbound_streamable_http.py
tests/test_phase0_foundation.py
tests/test_phase1_federation.py
tests/test_phase2_sessions.py
tests/test_phase3_intelligence.py
tests/test_phase4_security_resilience_obs.py
tests/test_phase5_discovery.py
tests/test_phase6_plugins.py
tests/test_product_operations.py
tests/test_proxy_endpoint.py
tests/test_reconnect_lru.py
tests/test_release_metadata.py
tests/test_slm_http.py
tests/test_startup_concurrency.py
tests/test_stateless_http.py
tests/test_stdio_server.py
tests/test_streamable_http_e2e.py
tests/test_supervisor.py
tests/test_supervisor_audit_regression.py
tests/test_supervisor_resilience.py
tests/test_webhook_dispatcher.py