- 新增 `send_asset_confirmation_card` 工具,用于发送资产变动确认卡片 - 新增 `upload_image_by_excel` 工具,支持从Excel中根据image_key定位并上传图片 - 在file-tools中添加 `excel_image_key_to_temp_file` 和 `upload_file_to_minio` 工具 - 新增配置文件管理和MinIO集成支持 - 更新项目依赖版本,添加openpyxl和minio库
19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"mcpServers": {
|
|
"lzwcai-mcpskills-file-tools-mcp": {
|
|
"disabled": false,
|
|
"type": "stdio",
|
|
"timeout": 30,
|
|
"command": "uvx",
|
|
"args": [
|
|
"lzwcai-mcpskills-file-tools-mcp"
|
|
],
|
|
"env": {
|
|
"minio_endpoint": "http://sceneminios3.lzwcai.com:9000",
|
|
"minio_access_key": "TgPBBz0OdlvEVzG3",
|
|
"minio_secret_key": "AgpliEB6L7UWXXeBaAN0gL4xiRCGCE03"
|
|
}
|
|
}
|
|
}
|
|
}
|