Skip to content

monthop-gmail/botforge-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

BotForge Plugins

รวม plugins สำหรับ BotForge - ระบบรวม AI agents มากมาย

Plugins

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)

MCP Configuration

task-queue (stdio)

{
  "mcpServers": {
    "task-queue": {
      "command": "python",
      "args": ["mcp_server.py"],
      "cwd": "/path/to/botforge-task-queue"
    }
  }
}

network-drive (Streamable HTTP)

{
  "mcpServers": {
    "network-drive": {
      "url": "http://localhost:3002/mcp"
    }
  }
}

เพิ่ม Plugin ใหม่

สนใจร่วมพัฒนา plugin ใหม่? อ่าน CONTRIBUTING.md

License

MIT

About

BotForge Plugins - MCP-ready plugins for AI agent integration (task queue, network drive)

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors