From 11ab240d660f90a5a3b7475a70eba30ae51f476c Mon Sep 17 00:00:00 2001 From: root Date: Sun, 29 Mar 2026 18:51:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20add=20=E9=92=89=E9=92=89=E5=BE=85?= =?UTF-8?q?=E5=8A=9E=20MCP=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mcp.json | 4 ++++ TOOLS.md | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/.mcp.json b/.mcp.json index a03ded8..fac77d5 100644 --- a/.mcp.json +++ b/.mcp.json @@ -11,6 +11,10 @@ "钉钉MCP2": { "type": "streamable-http", "url": "https://mcp-gw.dingtalk.com/server/d0050f4b18d11aa780d304f2707e7bbb24794237a4f0a41d0f1dfdb40bc8bd27?key=ec174881fd525c64726e41b22892a7cf" + }, + "钉钉待办": { + "type": "streamable-http", + "url": "https://mcp-gw.dingtalk.com/server/e594739312cbde234b7d9fcfbe0badd0e797d46dd401fa93e71b6338fd2d0aa6?key=7f8ad91c1f1b50cdd4b896a29803a64b" } } } diff --git a/TOOLS.md b/TOOLS.md index 7932a1a..fee5fd6 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -99,7 +99,19 @@ Client Secret (AppSecret): _8EHgyhvHRHRMx6fZbh9LNpQoxyYl3At0b-fXXlQiahwupbt9oY5P - `get_current_user_profile` - 获取当前用户详情 - `search_contact_by_key_word` - 搜索好友和同事 +### 钉钉待办 +- URL: `https://mcp-gw.dingtalk.com/server/e594739312cbde234b7d9fcfbe0badd0e797d46dd401fa93e71b6338fd2d0aa6?key=7f8ad91c1f1b50cdd4b896a29803a64b` +- **用途**:待办事项管理 +- **主要工具**: + - `create_personal_todo` - 创建个人待办 + - `get_user_todos_in_current_org` - 查询个人待办列表 + - `query_todo_detail` - 查询待办详情 + - `update_todo_task` - 修改待办任务 + - `update_todo_done_status` - 修改待办完成状态 + - `delete_todo` - 删除待办 + ### ⚠️ 重要规则 - **日程操作** → 使用 钉钉MCP (MCP1) - **通讯录/用户/部门** → 使用 钉钉MCP2 (MCP2) +- **待办操作** → 使用 钉钉待办 - **文档操作** → 使用 钉钉文档