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

94
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,94 @@
name: Bug Report
description: Report a bug or unexpected behavior
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for reporting a bug! Please fill out the details below.
- type: textarea
id: description
attributes:
label: Description
description: What happened? What did you expect to happen?
placeholder: A clear description of the bug...
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: How can we reproduce this issue?
placeholder: |
1. Configure site with ...
2. Run tool ...
3. See error ...
validations:
required: true
- type: dropdown
id: plugin
attributes:
label: Plugin Type
description: Which plugin is affected?
options:
- WordPress
- WooCommerce
- WordPress Advanced
- Gitea
- n8n
- Supabase
- OpenPanel
- Appwrite
- Directus
- System / Core
- Dashboard
- Other
validations:
required: true
- type: dropdown
id: transport
attributes:
label: Transport
description: How are you running the server?
options:
- SSE (HTTP)
- Streamable HTTP
- stdio
- Docker
validations:
required: true
- type: input
id: mcp-client
attributes:
label: MCP Client
description: Which AI client are you using?
placeholder: "e.g., Claude Desktop, Cursor, VS Code Copilot, ChatGPT"
- type: input
id: version
attributes:
label: Version
description: MCP Hub version or commit hash
placeholder: "e.g., 3.0.0 or abc1234"
- type: textarea
id: logs
attributes:
label: Relevant Logs
description: Paste any relevant error messages or logs
render: shell
- type: textarea
id: environment
attributes:
label: Environment
description: OS, Python version, Docker version if applicable
placeholder: |
- OS: Ubuntu 22.04
- Python: 3.12.1
- Docker: 24.0.7

View File

@@ -0,0 +1,55 @@
name: Feature Request
description: Suggest a new feature or improvement
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for your feature suggestion! Please describe what you'd like to see.
- type: textarea
id: problem
attributes:
label: Problem or Use Case
description: What problem does this solve? What use case does it enable?
placeholder: "I'm trying to ... but currently ..."
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: How would you like this to work?
placeholder: "It would be great if ..."
validations:
required: true
- type: dropdown
id: area
attributes:
label: Area
description: Which part of the project does this affect?
options:
- New Plugin
- Existing Plugin Enhancement
- Dashboard / UI
- Authentication / Security
- Performance
- Documentation
- Developer Experience
- Other
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Have you considered any workarounds or alternatives?
- type: textarea
id: context
attributes:
label: Additional Context
description: Any other context, screenshots, or examples?