Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

BotForge Plugins

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

Plugins

PluginคำอธิบายMCP Transport
botforge-task-queueจัดการ long-running tasks ใน LINE Bot แก้ปัญหา webhook timeoutstdio
botforge-network-driveเข้าถึง SMB/Network Drive, shared foldersStreamable 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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors