feat(lark-mcp): 重构资产确认卡片并更新项目配置
重构 send_asset_confirmation_card 工具,使用新的卡片模板和参数结构 - 将卡片布局从 column_set 改为 form,简化结构 - 更新参数:inputs/outputs 合并为 asset_list,新增 order_number 和 remark - 卡片交互按钮现在传递 order_number 和 user_id 到回调 - 更新工具描述和必填字段 同时更新 MCP 服务器配置: - 统一重命名项目为 lzwcai-lark-mcp 和 lzwcai-file-tools-mcp - 更新版本号和配置文件中的命令名称 - 更新 file-tools 的 MinIO 环境变量配置
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"lzwcai-mcpskills-file-tools-mcp": {
|
||||
"lzwcai-file-tools-mcp": {
|
||||
"disabled": false,
|
||||
"type": "stdio",
|
||||
"timeout": 30,
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"lzwcai-mcpskills-file-tools-mcp"
|
||||
"lzwcai-file-tools-mcp"
|
||||
],
|
||||
"env": {
|
||||
"minio_endpoint": "http://sceneminios3.lzwcai.com:9000",
|
||||
"minio_access_key": "TgPBBz0OdlvEVzG3",
|
||||
"minio_secret_key": "AgpliEB6L7UWXXeBaAN0gL4xiRCGCE03"
|
||||
"minio_endpoint": "http://192.168.11.24:9000",
|
||||
"minio_access_key": "cXk8WPR3ix86J9aGK6tH",
|
||||
"minio_secret_key": "FSH8g3tx8bTR4w8BZmwl35WvWbOXZvfvCcivRRJE"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,8 +3,8 @@ requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "lzwcai-mcpskills-file-tools-mcp"
|
||||
version = "0.1.12"
|
||||
name = "lzwcai-file-tools-mcp"
|
||||
version = "0.1.0"
|
||||
description = "File tools MCP server"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
@@ -15,7 +15,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
lzwcai-mcpskills-file-tools-mcp = "file_tools.main:main"
|
||||
lzwcai-file-tools-mcp = "file_tools.main:main"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["file_tools"]
|
||||
|
||||
Reference in New Issue
Block a user