mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-30 14:16:19 +08:00
- Refactor frame converter implementation - Update mp4 track to use ICodex - General refactoring and code improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
mcp plugin for m7s
安装
直接引入即可
import _ "m7s.live/v5/plugin/mcp"
mcp 路由
编译说明
需要开启数据库支持
- sqlite
go build -tags sqlite main.go - mysql
go build -tags mysql main.go
或者其它数据库