{
  "jsonrpc": "2.0",
  "id": 2,
  "result": {
      "content": [ // 文本输出
        {
          "type": "text",
          "text": "30"
        }
      ],
      "structuredContent": { // 结构化输出
        "result": 30
      },
      "isError": false
    }
}
