feat: 新增userId追踪支持并更新版本至0.1.12

- 自动为生成的输入JSON Schema添加userId字段
- 从工具调用参数中提取userId并传递至API请求
- 新增userId日志打印与调试信息
- 修复API客户端无用的f-string日志调用
- 清理无用的类型导入项
This commit is contained in:
2026-05-25 14:42:46 +08:00
parent fb61ae27cf
commit a1012e61bf
10 changed files with 1288 additions and 365 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "lzwcai-mcp-sqlexecutor"
version = "0.1.11"
version = "0.1.12"
description = "MCP server for executing business SQL queries with dynamic tool generation"
readme = "README.md"
requires-python = ">=3.10"