135c8e379e1167c4f42cbb654bf86981ad9ff4ee
- 新增 `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库
lzwcai-mcp
This repository is a collection of MCP (Machine Control Program) server implementations, designed to act as skill packages for an AI agent. Each server exposes a specific set of capabilities that can be invoked by the agent.
Projects
This collection currently includes the following MCP servers:
1. terminal-dhr-mcp
A skill package for a Visitor Information Query & Registration System and IoT door control.
- Features: Visitor query, visitor registration, and remote door control.
- Details: See the
terminal_dhr_mcp/README.mdfor more information.
2. terminal-temi-mcp
A skill package to control a Temi robot via the MQTT protocol.
- Features: Robot navigation (
nav_to), speaking (speak), reception tasks, and delivery management. - Details: See the
terminal_temi_mcp/README.mdfor more information.
Overview
Each project is a standalone Python package intended to be run as a separate process and managed by an MCP Agent. They communicate with the agent over stdio and are configured via their respective mcp-server-*.json files.
Description
Languages
Python
100%