Liu
Liu
Formatting string binding values in SQL error messages
我是把除了右键之外的所有操作都禁用了的, 但是偶尔移动鼠标会触发某些操作 
### OpenIM Server Version 3.8.0 ### Operating System and CPU Architecture Linux (AMD) ### Deployment Method Docker Deployment ### Bug Description and Steps to Reproduce Unable to send and receive...
## Describe your changes mcp route adds POST request method ## Issue ticket number and link (if applicable) https://github.com/tadata-org/fastapi_mcp/issues/154
## Describe your changes Avoid escaping non-ASCII characters when using json.dumps() ```python print(json.dumps({'你23实际': '世界速度'})) # output: {"\u4f6023\u5f00\u53d1": "\u4e16\u754c\u957f\u5ea6"} print(json.dumps({'你23实际': '世界速度'}, ensure_ascii=False)) # output: {"你23实际": "世界速度"} ``` ## Issue ticket number...
   **No properties defined in BookGetRes were recognized.** 