feat: 新增轮足机器人导航MCP服务器

添加 lzwcai_temi_mcp 包,实现基于MQTT的轮足机器人导航控制服务器。包含以下功能:
- 通过 MQTT 发布机器人控制命令
- 提供 goto、speak、reception、repose、patrol 等导航工具
- 支持通过 MCP 协议与AI助手集成
- 更新 lzwcai_lark_mcp 版本至 0.1.11
This commit is contained in:
bin
2026-03-15 18:36:34 +08:00
parent 7daa8e46c2
commit 3d04166314
9 changed files with 412 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "lzwcai-lark-mcp"
version = "0.1.10"
version = "0.1.11"
description = "Lark MCP server"
requires-python = ">=3.10"
dependencies = [