feat(main): 修改 workflow extraContext 参数名称

将 workflow[extraContext] 参数名更改为 workflow_extraContext,
以避免方括号在某些系统中可能引起的解析问题。

同时更新了版本号从 0.1.7 到 0.1.8
This commit is contained in:
2026-02-09 20:10:21 +08:00
parent 32bc05376f
commit 3c9fba36e9
2 changed files with 11 additions and 11 deletions

View File

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