รวม plugins สำหรับ BotForge - ระบบรวม AI agents มากมาย
| Plugin | คำอธิบาย | MCP Transport |
|---|---|---|
| botforge-task-queue | จัดการ long-running tasks ใน LINE Bot แก้ปัญหา webhook timeout | stdio |
| botforge-network-drive | เข้าถึง SMB/Network Drive, shared folders | Streamable HTTP (port 3002) |
{
"mcpServers": {
"task-queue": {
"command": "python",
"args": ["mcp_server.py"],
"cwd": "/path/to/botforge-task-queue"
}
}
}{
"mcpServers": {
"network-drive": {
"url": "http://localhost:3002/mcp"
}
}
}สนใจร่วมพัฒนา plugin ใหม่? อ่าน CONTRIBUTING.md
MIT