Vor 2 Stunden
Eine neue Erweiterung wurde veröffentlicht: MyBB MCP Server
Zitat:A plugin that exposes forum and private-message features through the Model Context Protocol (MCP). It provides a guest-only public endpoint and an authenticated endpoint backed by OAuth 2.1-style Authorization Code flow with PKCE S256.
Requirements
- MyBB 1.8.40
- PHP 8.1 or newer
- MySQL/MariaDB, PostgreSQL, or SQLite supported by MyBB
- HTTPS in production
Available Tools:
- list_forums, list_threads, search_threads, get_thread, list_posts, get_post, list_recent_threads, list_subscribed_threads
- create_thread, create_post
- list_private_message_folders, list_private_messages, get_private_message
- send_private_message
- get_current_user
User and administrator controls
Users can inspect permissions and revoke authorized applications in User CP → Connected applications. Administrators can configure the endpoint and each tool, select authorizing primary or additional user groups through MyBB's native group selector, revoke dynamic clients, inspect grants, and review write audit entries in ACP → Configuration → MyBB MCP Server.
The mybb_mcp_cleanup MyBB task removes expired protocol state. Deactivation disables the task and endpoints; uninstalling removes MCP tables, settings, templates, and the task.