LICENSE
README.md
pyproject.toml
server.py
core/__init__.py
core/admin_utils.py
core/api_keys.py
core/audit_log.py
core/auth.py
core/capability_probe.py
core/companion_audit.py
core/config_snippets.py
core/context.py
core/database.py
core/encryption.py
core/health.py
core/i18n.py
core/media_audit.py
core/media_error_codes.py
core/plugin_visibility.py
core/rate_limiter.py
core/settings.py
core/site_api.py
core/site_manager.py
core/tool_access.py
core/tool_generator.py
core/tool_rate_limiter.py
core/tool_registry.py
core/upload_sessions.py
core/user_auth.py
core/user_endpoints.py
core/user_keys.py
core/dashboard/__init__.py
core/dashboard/auth.py
core/dashboard/routes.py
core/dashboard/spa_routes.py
core/endpoints/__init__.py
core/endpoints/config.py
core/endpoints/factory.py
core/endpoints/middleware.py
core/endpoints/registry.py
core/middleware/__init__.py
core/oauth/__init__.py
core/oauth/client_registry.py
core/oauth/csrf.py
core/oauth/pkce.py
core/oauth/schemas.py
core/oauth/server.py
core/oauth/storage.py
core/oauth/token_manager.py
core/templates/base.html
core/templates/dashboard/404.html
core/templates/dashboard/auth-login.html
core/templates/dashboard/base.html
core/templates/dashboard/connect.html
core/templates/dashboard/index.html
core/templates/dashboard/login.html
core/templates/dashboard/profile.html
core/templates/dashboard/service.html
core/templates/dashboard/services_list.html
core/templates/dashboard/user-oauth-clients.html
core/templates/dashboard/api-keys/list.html
core/templates/dashboard/audit-logs/list.html
core/templates/dashboard/health/index.html
core/templates/dashboard/health/projects-partial.html
core/templates/dashboard/keys/list.html
core/templates/dashboard/oauth-clients/list.html
core/templates/dashboard/partials/head_assets.html
core/templates/dashboard/projects/detail.html
core/templates/dashboard/projects/list.html
core/templates/dashboard/settings/index.html
core/templates/dashboard/sites/_capability_badge.html
core/templates/dashboard/sites/add.html
core/templates/dashboard/sites/edit.html
core/templates/dashboard/sites/list.html
core/templates/dashboard/sites/manage.html
core/templates/dashboard/sites/view.html
core/templates/oauth/authorize.html
core/templates/oauth/error.html
core/templates/static/logo.svg
core/templates/static/tailwind.min.css
core/templates/static/src/input.css
mcphub_server.egg-info/PKG-INFO
mcphub_server.egg-info/SOURCES.txt
mcphub_server.egg-info/dependency_links.txt
mcphub_server.egg-info/entry_points.txt
mcphub_server.egg-info/requires.txt
mcphub_server.egg-info/top_level.txt
plugins/__init__.py
plugins/base.py
plugins/ai_image/__init__.py
plugins/ai_image/registry.py
plugins/ai_image/providers/__init__.py
plugins/ai_image/providers/base.py
plugins/ai_image/providers/openai.py
plugins/ai_image/providers/openrouter.py
plugins/ai_image/providers/replicate.py
plugins/ai_image/providers/stability.py
plugins/appwrite/__init__.py
plugins/appwrite/client.py
plugins/appwrite/plugin.py
plugins/appwrite/handlers/__init__.py
plugins/appwrite/handlers/databases.py
plugins/appwrite/handlers/documents.py
plugins/appwrite/handlers/functions.py
plugins/appwrite/handlers/messaging.py
plugins/appwrite/handlers/storage.py
plugins/appwrite/handlers/system.py
plugins/appwrite/handlers/teams.py
plugins/appwrite/handlers/users.py
plugins/coolify/__init__.py
plugins/coolify/client.py
plugins/coolify/plugin.py
plugins/coolify/handlers/__init__.py
plugins/coolify/handlers/applications.py
plugins/coolify/handlers/databases.py
plugins/coolify/handlers/deployments.py
plugins/coolify/handlers/projects.py
plugins/coolify/handlers/servers.py
plugins/coolify/handlers/services.py
plugins/coolify/schemas/__init__.py
plugins/coolify/schemas/common.py
plugins/directus/__init__.py
plugins/directus/client.py
plugins/directus/plugin.py
plugins/directus/handlers/__init__.py
plugins/directus/handlers/access.py
plugins/directus/handlers/automation.py
plugins/directus/handlers/collections.py
plugins/directus/handlers/content.py
plugins/directus/handlers/dashboards.py
plugins/directus/handlers/files.py
plugins/directus/handlers/items.py
plugins/directus/handlers/system.py
plugins/directus/handlers/users.py
plugins/gitea/__init__.py
plugins/gitea/client.py
plugins/gitea/plugin.py
plugins/gitea/handlers/__init__.py
plugins/gitea/handlers/issues.py
plugins/gitea/handlers/pull_requests.py
plugins/gitea/handlers/repositories.py
plugins/gitea/handlers/users.py
plugins/gitea/handlers/webhooks.py
plugins/gitea/schemas/__init__.py
plugins/gitea/schemas/common.py
plugins/gitea/schemas/issue.py
plugins/gitea/schemas/pull_request.py
plugins/gitea/schemas/repository.py
plugins/gitea/schemas/user.py
plugins/gitea/schemas/webhook.py
plugins/n8n/__init__.py
plugins/n8n/client.py
plugins/n8n/plugin.py
plugins/n8n/handlers/__init__.py
plugins/n8n/handlers/credentials.py
plugins/n8n/handlers/executions.py
plugins/n8n/handlers/projects.py
plugins/n8n/handlers/system.py
plugins/n8n/handlers/tags.py
plugins/n8n/handlers/users.py
plugins/n8n/handlers/variables.py
plugins/n8n/handlers/workflows.py
plugins/openpanel/__init__.py
plugins/openpanel/client.py
plugins/openpanel/plugin.py
plugins/openpanel/handlers/__init__.py
plugins/openpanel/handlers/clients.py
plugins/openpanel/handlers/events.py
plugins/openpanel/handlers/export.py
plugins/openpanel/handlers/profiles.py
plugins/openpanel/handlers/projects.py
plugins/openpanel/handlers/reports.py
plugins/openpanel/handlers/system.py
plugins/openpanel/handlers/utils.py
plugins/supabase/__init__.py
plugins/supabase/client.py
plugins/supabase/plugin.py
plugins/supabase/handlers/__init__.py
plugins/supabase/handlers/admin.py
plugins/supabase/handlers/auth.py
plugins/supabase/handlers/database.py
plugins/supabase/handlers/functions.py
plugins/supabase/handlers/storage.py
plugins/supabase/handlers/system.py
plugins/woocommerce/__init__.py
plugins/woocommerce/plugin.py
plugins/wordpress/__init__.py
plugins/wordpress/client.py
plugins/wordpress/plugin.py
plugins/wordpress/plugin_old_backup.py
plugins/wordpress/wp_cli.py
plugins/wordpress/handlers/__init__.py
plugins/wordpress/handlers/_companion_hint.py
plugins/wordpress/handlers/_media_core.py
plugins/wordpress/handlers/_media_optimize.py
plugins/wordpress/handlers/_media_security.py
plugins/wordpress/handlers/ai_media.py
plugins/wordpress/handlers/audit_hook.py
plugins/wordpress/handlers/bulk_meta.py
plugins/wordpress/handlers/cache_purge.py
plugins/wordpress/handlers/capabilities.py
plugins/wordpress/handlers/comments.py
plugins/wordpress/handlers/coupons.py
plugins/wordpress/handlers/customers.py
plugins/wordpress/handlers/export.py
plugins/wordpress/handlers/media.py
plugins/wordpress/handlers/media_attach.py
plugins/wordpress/handlers/media_bulk.py
plugins/wordpress/handlers/media_chunked.py
plugins/wordpress/handlers/media_probe.py
plugins/wordpress/handlers/menus.py
plugins/wordpress/handlers/orders.py
plugins/wordpress/handlers/posts.py
plugins/wordpress/handlers/products.py
plugins/wordpress/handlers/regenerate_thumbnails.py
plugins/wordpress/handlers/reports.py
plugins/wordpress/handlers/seo.py
plugins/wordpress/handlers/site.py
plugins/wordpress/handlers/site_health.py
plugins/wordpress/handlers/taxonomy.py
plugins/wordpress/handlers/transient_flush.py
plugins/wordpress/handlers/users.py
plugins/wordpress/handlers/wp_cli.py
plugins/wordpress/schemas/__init__.py
plugins/wordpress/schemas/common.py
plugins/wordpress/schemas/media.py
plugins/wordpress/schemas/order.py
plugins/wordpress/schemas/post.py
plugins/wordpress/schemas/product.py
plugins/wordpress/schemas/seo.py
plugins/wordpress_specialist/__init__.py
plugins/wordpress_specialist/plugin.py
plugins/wordpress_specialist/handlers/__init__.py
plugins/wordpress_specialist/handlers/bulk.py
plugins/wordpress_specialist/handlers/database.py
plugins/wordpress_specialist/handlers/management.py
plugins/wordpress_specialist/handlers/pages.py
plugins/wordpress_specialist/handlers/plugins.py
plugins/wordpress_specialist/handlers/site_config.py
plugins/wordpress_specialist/handlers/site_layout.py
plugins/wordpress_specialist/handlers/themes.py
tests/test_admin_system.py
tests/test_api_keys.py
tests/test_api_keys_bcrypt_upgrade.py
tests/test_auth.py
tests/test_auth_logic.py
tests/test_capability_badge_integration.py
tests/test_capability_badge_partial.py
tests/test_capability_probe.py
tests/test_capability_probe_adapters.py
tests/test_capability_probe_read_tier.py
tests/test_capability_tier_fit.py
tests/test_companion_audit.py
tests/test_config_snippets.py
tests/test_coolify.py
tests/test_coolify_databases.py
tests/test_coolify_projects.py
tests/test_coolify_services.py
tests/test_csrf_interceptor.py
tests/test_dashboard.py
tests/test_dashboard_keys_unified.py
tests/test_dashboard_ux_hints.py
tests/test_dashboard_v2.py
tests/test_database.py
tests/test_dynamic_endpoints_integration.py
tests/test_encryption.py
tests/test_f3_admin_stats.py
tests/test_f3_last_tested.py
tests/test_f3_service_pages.py
tests/test_gitea_f17_ergonomics.py
tests/test_gitea_plugin.py
tests/test_oauth_basic_auth.py
tests/test_oauth_client_registry.py
tests/test_oauth_integration.py
tests/test_oauth_pkce.py
tests/test_oauth_resource.py
tests/test_oauth_revoke.py
tests/test_oauth_schemas.py
tests/test_oauth_storage.py
tests/test_oauth_token_manager.py
tests/test_openpanel_plugin.py
tests/test_plugin_visibility.py
tests/test_public_base_url.py
tests/test_rate_limiter.py
tests/test_site_api.py
tests/test_site_manager.py
tests/test_site_provider_keys.py
tests/test_site_tools_api.py
tests/test_sites_tool_access_ui.py
tests/test_tenant_isolation.py
tests/test_tool_access.py
tests/test_tool_access_visibility.py
tests/test_tool_registry.py
tests/test_user_auth.py
tests/test_user_endpoints.py
tests/test_user_endpoints_tool_filter.py
tests/test_user_keys.py
tests/test_woocommerce_plugin.py
tests/test_wordpress_plugin.py