Call via POST http://127.0.0.1:3000/get_version_info (JSON params as the body) or WebSocket.
This action takes no parameters.
实现与协议版本信息。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
app_name |
string | ✓ | 实现名称(SnowLuma) |
app_version |
string | ✓ | 实现版本 |
protocol_version |
string | ✓ | OneBot 协议版本 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.