tanjianbin 894ee1dfbf feat(lark_mcp): 更新飞书卡片消息发送工具以支持单接收者
- 将send_card_message工具从接收ID列表改为单个接收者ID
- 修复test.py中导入并调用send_card_message的测试逻辑
- 新增机器人充电、终止任务、通知播放功能
- 扩展迎宾和巡逻功能参数,提供默认值和更灵活的配置
- 更新项目版本号至0.1.13和0.1.9
2026-03-19 10:32:09 +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%