Commit Graph

11 Commits

Author SHA1 Message Date
0a308726a6 feat: 新增飞书和文件工具MCP服务并优化机器人配置
- 新增飞书MCP服务,包含图片上传和消息卡片发送功能
- 新增文件工具MCP服务,提供文件转JSON和data URI功能
- 更新机器人MCP服务配置,移除环境变量硬编码
- 升级机器人版本至0.1.28并优化迎宾功能参数
- 添加.gitignore和项目配置文件
2026-02-11 18:57:31 +08:00
ff39bdbd8a feat: 添加机器人模式切换和连续移动功能
- 新增switch_mode方法用于切换机器人运控模式
- 添加ContinuousMove方法实现机器人连续移动控制
- 更新工具调用处理以支持新功能
- 调整版本号至0.0.9
2025-10-09 19:33:14 +08:00
a0b4b4e1aa feat: 重构MQTT处理类并新增机器人控制功能
- 将MCPMQTT类重构为MQTTHandler,改进MQTT连接配置管理
- 新增从配置中心获取MQTT配置的功能
- 新增多种机器人控制命令包括避障、导航、充电等服务
- 更新pyproject.toml版本号并添加requests依赖
- 优化日志记录和错误处理机制
2025-10-09 16:30:18 +08:00
65792ccd89 Update version to 0.1.21, enhance NavServer with user_id parameter for command functions, and improve error handling. Added new wheel and tar.gz distribution files. 2025-09-28 15:00:20 +08:00
924bce9554 Add initial implementation of Terminal Go2 MCP server with MQTT integration, core functionalities for robot navigation and speech, and comprehensive documentation. Includes configuration files and main application structure. 2025-09-28 12:12:58 +08:00
9b7b69d8c3 Update version to 0.1.17, enhance NavServer with patrol functionality, and modify MQTT broker default value. Added patrol command handling and updated documentation for new parameters. 2025-09-28 12:07:09 +08:00
5c6a39a7c7 Enhance README documentation for MCP servers, detailing the terminal-dhr-mcp and introducing the new terminal-temi-mcp server. Updated features, configuration instructions, and installation guidelines for both projects. 2025-09-26 12:19:57 +08:00
21d7186596 Remove legacy temi_mcpserver files and migrate to terminal_temi_mcp structure, including new MQTT handling and navigation server implementation. Updated project configuration and added necessary scripts for deployment. 2025-09-26 12:12:19 +08:00
fa6a044d75 Add initial implementation of Terminal DHR MCP Skill Package including environment configuration, server setup, visitor management, and door control functionalities. Added README, requirements, and configuration files for project setup. 2025-09-26 11:39:12 +08:00
0b63355f16 Initial project setup with core files including .gitignore, LICENSE, pyproject.toml, and main application structure. Added MQTT handling and navigation server functionality for robot control. 2025-09-26 11:35:52 +08:00
161dfd48d4 Initial commit 2025-09-26 03:24:50 +00:00