bin fa226733b8 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 环境变量配置
2026-03-03 11:34:45 +08:00
2025-09-26 03:24:50 +00:00

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.md for 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.md for 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
No description provided
Readme Apache-2.0 158 KiB
Languages
Python 100%