7e33e398ce0213490e1975532c520e87768def8f
- 在 client.py 中新增 view() 函数,支持调用金蝶云星空 DynamicFormService.View 接口 - 在 tools.py 中新增 view_form 工具,供 MCP 客户端调用 - 添加演示脚本 demo_view.py 和示例配置文件 demo_view.json - 重构 demo_save.py 为通用演示脚本,支持自定义 payload 文件 - 删除过时的 demo.json,新增 userful_save.json 作为实用示例 - 添加项目交接文档,详细说明各子项目架构和配置 - 优化 payload 序列化逻辑,提取为共享函数 _serialize_payload
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%