From 83b38b896c8d179a96c1d38daa82d5fd2bd21637 Mon Sep 17 00:00:00 2001 From: johnlanni Date: Mon, 7 Apr 2025 21:06:04 +0800 Subject: [PATCH] update mcp server readme --- plugins/wasm-go/mcp-servers/README.md | 4 ++++ plugins/wasm-go/mcp-servers/README_zh.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/plugins/wasm-go/mcp-servers/README.md b/plugins/wasm-go/mcp-servers/README.md index 193783511..a381cedc9 100644 --- a/plugins/wasm-go/mcp-servers/README.md +++ b/plugins/wasm-go/mcp-servers/README.md @@ -15,6 +15,10 @@ This guide explains how to implement a Model Context Protocol (MCP) server using the Higress WASM Go SDK. MCP servers provide tools and resources that extend the capabilities of AI assistants. + [**MCP Server QuickStart**](https://higress.cn/en/ai/mcp-quick-start/) + + [**Wasm Plugin Hub**](https://higress.cn/en/plugin/) + ## Overview An MCP server is a standalone application that communicates with AI assistants through the Model Context Protocol. It can provide: diff --git a/plugins/wasm-go/mcp-servers/README_zh.md b/plugins/wasm-go/mcp-servers/README_zh.md index 2d4150946..3d4306276 100644 --- a/plugins/wasm-go/mcp-servers/README_zh.md +++ b/plugins/wasm-go/mcp-servers/README_zh.md @@ -15,6 +15,11 @@ 下面介绍如何使用 Higress WASM Go SDK 实现 Model Context Protocol (MCP) 服务器。MCP 服务器提供工具和资源,扩展 AI 助手的能力。 + [**MCP Server QuickStart**](https://higress.cn/en/ai/mcp-quick-start/) + + [**Wasm Plugin Hub**](https://higress.cn/en/plugin/) + + ## 概述 MCP 服务器是一个独立的应用程序,通过 Model Context Protocol 与 AI 助手通信。它可以提供: