Files
monibuca/plugin/mcp
langhuihui 8a9fffb987 refactor: frame converter and mp4 track improvements
- 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>
2025-08-28 19:55:37 +08:00
..
2025-05-13 20:18:11 +08:00

mcp plugin for m7s

安装

直接引入即可

import _ "m7s.live/v5/plugin/mcp"

mcp 路由

http://localhost:8080/mcp/sse

编译说明

需要开启数据库支持

  • sqlite go build -tags sqlite main.go
  • mysql go build -tags mysql main.go

或者其它数据库