BorderArea01 7d4400bb23 feat(tools): 添加获取用户OKR列表和批量查询OKR详情的工具
新增两个与飞书OKR API集成的工具函数:
- get_user_okr_list: 根据用户ID分页查询其OKR列表,支持按周期筛选和语言选择
- batch_get_okr: 根据OKR ID批量获取详细的目标及关键结果信息,并格式化输出进度、状态、截止日期等关键信息

同时在handle_call_tool中添加对应的调用处理逻辑。
2026-04-03 16:52:47 +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%