Initial commit: MCP Hub Community Edition v3.0.0

Community edition generated from private repo via sync pipeline.
Includes 9 plugins (WordPress, WooCommerce, WP Advanced, Gitea, n8n,
Supabase, OpenPanel, Appwrite, Directus) with ~587 tools.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
airano
2026-02-17 08:34:44 +03:30
commit cf62e65c55
237 changed files with 87596 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
"""
Gitea Plugin Handlers
All tool handlers for Gitea operations.
"""
from . import issues, pull_requests, repositories, users, webhooks
__all__ = [
"repositories",
"issues",
"pull_requests",
"users",
"webhooks",
]