From 19946d46ca9a15053024b727ab97972ba3522fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Fri, 30 May 2025 17:24:28 +0800 Subject: [PATCH] Update README.md --- plugins/wasm-go/mcp-servers/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/wasm-go/mcp-servers/README.md b/plugins/wasm-go/mcp-servers/README.md index 5c93ae6e2..dff79f8c0 100644 --- a/plugins/wasm-go/mcp-servers/README.md +++ b/plugins/wasm-go/mcp-servers/README.md @@ -399,9 +399,9 @@ server: config: apiKey: your-api-key-here # Optional: If configured, acts as a whitelist - only tools listed here can be called - allowTools: - - my_tool - - another_tool +allowTools: +- my_tool +- another_tool ``` > **Important**: The `name` field in the server configuration must exactly match the server name used in the `mcp.AddMCPServer()` call in your code. This is how the system identifies which MCP server should handle the request.