feat: 新增userId追踪支持并更新版本至0.1.12
- 自动为生成的输入JSON Schema添加userId字段 - 从工具调用参数中提取userId并传递至API请求 - 新增userId日志打印与调试信息 - 修复API客户端无用的f-string日志调用 - 清理无用的类型导入项
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user