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:
12
plugins/wordpress_advanced/__init__.py
Normal file
12
plugins/wordpress_advanced/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
WordPress Advanced Plugin
|
||||
|
||||
Advanced WordPress management features including database operations,
|
||||
bulk operations, and system management.
|
||||
|
||||
This plugin provides 22 advanced tools for WordPress power users and administrators.
|
||||
"""
|
||||
|
||||
from .plugin import WordPressAdvancedPlugin
|
||||
|
||||
__all__ = ["WordPressAdvancedPlugin"]
|
||||
Reference in New Issue
Block a user