LICENSE
README.md
pyproject.toml
server.py
server_multi.py
core/__init__.py
core/api_keys.py
core/audit_log.py
core/auth.py
core/context.py
core/health.py
core/i18n.py
core/project_manager.py
core/rate_limiter.py
core/site_manager.py
core/site_registry.py
core/tool_generator.py
core/tool_registry.py
core/unified_tools.py
core/dashboard/__init__.py
core/dashboard/auth.py
core/dashboard/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/base.html
core/templates/dashboard/index.html
core/templates/dashboard/login.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/oauth-clients/list.html
core/templates/dashboard/projects/detail.html
core/templates/dashboard/projects/list.html
core/templates/dashboard/settings/index.html
core/templates/oauth/authorize.html
core/templates/oauth/error.html
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/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/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/dashboards.py
plugins/openpanel/handlers/events.py
plugins/openpanel/handlers/export.py
plugins/openpanel/handlers/funnels.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/comments.py
plugins/wordpress/handlers/coupons.py
plugins/wordpress/handlers/customers.py
plugins/wordpress/handlers/media.py
plugins/wordpress/handlers/menus.py
plugins/wordpress/handlers/orders.py
plugins/wordpress/handlers/posts.py
plugins/wordpress/handlers/products.py
plugins/wordpress/handlers/reports.py
plugins/wordpress/handlers/seo.py
plugins/wordpress/handlers/site.py
plugins/wordpress/handlers/taxonomy.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_advanced/__init__.py
plugins/wordpress_advanced/plugin.py
plugins/wordpress_advanced/handlers/__init__.py
plugins/wordpress_advanced/handlers/bulk.py
plugins/wordpress_advanced/handlers/database.py
plugins/wordpress_advanced/handlers/system.py
plugins/wordpress_advanced/schemas/__init__.py
plugins/wordpress_advanced/schemas/bulk.py
plugins/wordpress_advanced/schemas/database.py
plugins/wordpress_advanced/schemas/system.py
tests/test_api_keys.py
tests/test_auth.py
tests/test_auth_logic.py
tests/test_dashboard.py
tests/test_oauth_client_registry.py
tests/test_oauth_integration.py
tests/test_oauth_pkce.py
tests/test_oauth_schemas.py
tests/test_oauth_storage.py
tests/test_oauth_token_manager.py
tests/test_rate_limiter.py
tests/test_site_manager.py
tests/test_tool_registry.py
tests/test_woocommerce_plugin.py
tests/test_wordpress_plugin.py