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', '后端']