添加mcp配置

This commit is contained in:
2026-01-15 17:34:22 +08:00
parent 0e4a85551f
commit d3bf64ae61
21 changed files with 1601 additions and 275 deletions

View File

@@ -0,0 +1,3 @@
from typing import Literal
MESSAGE_TYPES: Literal["text", "image", "voice", "video", "textcard", "news", "mpnews"]