From 3428932aca8a2c03f11a65dfeb07c3c4e412b542 Mon Sep 17 00:00:00 2001 From: johnlanni Date: Mon, 31 Mar 2025 21:51:50 +0800 Subject: [PATCH] update mcp-server README --- plugins/wasm-go/mcp-servers/README.md | 2 +- plugins/wasm-go/mcp-servers/README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/wasm-go/mcp-servers/README.md b/plugins/wasm-go/mcp-servers/README.md index 0a928ccdc..f4e7a79fc 100644 --- a/plugins/wasm-go/mcp-servers/README.md +++ b/plugins/wasm-go/mcp-servers/README.md @@ -180,7 +180,7 @@ The configuration for the all-in-one plugin follows the same pattern as individu ## REST-to-MCP Configuration -Higress supports a special REST-to-MCP configuration that allows you to convert REST APIs to MCP tools without writing any code. This is useful for quickly integrating existing REST APIs with AI assistants. +Higress supports a special REST-to-MCP configuration that allows you to convert REST APIs to MCP tools without writing any code. This is useful for quickly integrating existing REST APIs with AI assistants. This capability is built into all MCP servers and can be used with the all-in-one plugin. The implementation is available at [rest_server.go](https://github.com/alibaba/higress/blob/wasm-go-1.24/plugins/wasm-go/pkg/mcp/server/rest_server.go). ### Configuration Format diff --git a/plugins/wasm-go/mcp-servers/README_zh.md b/plugins/wasm-go/mcp-servers/README_zh.md index c693ffdb9..1ea5302e0 100644 --- a/plugins/wasm-go/mcp-servers/README_zh.md +++ b/plugins/wasm-go/mcp-servers/README_zh.md @@ -177,7 +177,7 @@ all-in-one 插件的配置方式与所有 MCP server 插件都是一样的,都 ## REST-to-MCP 配置 -Higress 支持一种特殊的 REST-to-MCP 配置,允许您无需编写任何代码即可将 REST API 转换为 MCP 工具。这对于快速将现有 REST API 与 AI 助手集成非常有用。 +Higress 支持一种特殊的 REST-to-MCP 配置,允许您无需编写任何代码即可将 REST API 转换为 MCP 工具。这对于快速将现有 REST API 与 AI 助手集成非常有用。这个能力是所有 MCP 服务器内置的,可以基于 all-in-one 这个插件来使用。内置的逻辑实现在 [rest_server.go](https://github.com/alibaba/higress/blob/wasm-go-1.24/plugins/wasm-go/pkg/mcp/server/rest_server.go)。 ### 配置格式