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:
23
plugins/n8n/handlers/__init__.py
Normal file
23
plugins/n8n/handlers/__init__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
"""n8n Plugin Handlers"""
|
||||
|
||||
from plugins.n8n.handlers import (
|
||||
credentials,
|
||||
executions,
|
||||
projects,
|
||||
system,
|
||||
tags,
|
||||
users,
|
||||
variables,
|
||||
workflows,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"workflows",
|
||||
"executions",
|
||||
"credentials",
|
||||
"tags",
|
||||
"users",
|
||||
"projects",
|
||||
"variables",
|
||||
"system",
|
||||
]
|
||||
Reference in New Issue
Block a user