feat: 优化首页个人名片与内容入口

This commit is contained in:
2026-07-16 23:51:55 +08:00
parent 92360e4f49
commit 991264c32c
25 changed files with 1158 additions and 130 deletions
+4
View File
@@ -1,9 +1,13 @@
---
title: Go-MCP 接入 Gin:从零搭建 MCP 服务器
published: 2026-06-01T00:50:00
updated: 2026-06-01
description: 介绍如何使用 mark3labs/mcp-go 与 Gin 框架集成,搭建一个带鉴权的 MCPModel Context Protocol)服务器,让 AI Agent 能直接调用你的后端服务。
image: /posts/go-mcp-gin/img/cover.svg
tags: ['Go', 'MCP', 'Gin', 'AI Agent', '后端']
series: Go 工程实践
seriesOrder: 1
difficulty: 进阶
---
## 什么是 MCP