From 18951fa1c88e8c795153e7221de540f455a2ee36 Mon Sep 17 00:00:00 2001 From: Kaxi <1042864399@qq.com> Date: Mon, 1 Jun 2026 00:51:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E7=AB=A0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E8=A1=A5=E5=85=A8=E5=88=B0=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- content/posts/dws-dingtalk-cli/index.md | 2 +- content/posts/go-mcp-gin/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/dws-dingtalk-cli/index.md b/content/posts/dws-dingtalk-cli/index.md index d0691a8..2340047 100644 --- a/content/posts/dws-dingtalk-cli/index.md +++ b/content/posts/dws-dingtalk-cli/index.md @@ -1,6 +1,6 @@ --- title: DWS — 钉钉官方出品的 AI 友好命令行工具 -published: 2026-06-01 +published: 2026-06-01T00:51:00 description: 介绍阿里巴巴官方的 DingTalk Workspace CLI(dws),一个覆盖钉钉 19 个产品、213 个命令的 AI 友好命令行工具,支持自动升级和 Agent Skill 系统。 image: /posts/dws-dingtalk-cli/img/cover.svg tags: ['钉钉', 'CLI', 'AI Agent', 'Go', '效率工具'] diff --git a/content/posts/go-mcp-gin/index.md b/content/posts/go-mcp-gin/index.md index a51e93c..c175df9 100644 --- a/content/posts/go-mcp-gin/index.md +++ b/content/posts/go-mcp-gin/index.md @@ -1,6 +1,6 @@ --- title: Go-MCP 接入 Gin:从零搭建 MCP 服务器 -published: 2026-06-01 +published: 2026-06-01T00:50:00 description: 介绍如何使用 mark3labs/mcp-go 与 Gin 框架集成,搭建一个带鉴权的 MCP(Model Context Protocol)服务器,让 AI Agent 能直接调用你的后端服务。 image: /posts/go-mcp-gin/img/cover.svg tags: ['Go', 'MCP', 'Gin', 'AI Agent', '后端']