Update README.md

This commit is contained in:
澄潭
2025-05-30 17:24:28 +08:00
committed by GitHub
parent 52d0212698
commit 19946d46ca

View File

@@ -399,9 +399,9 @@ server:
config: config:
apiKey: your-api-key-here apiKey: your-api-key-here
# Optional: If configured, acts as a whitelist - only tools listed here can be called # Optional: If configured, acts as a whitelist - only tools listed here can be called
allowTools: allowTools:
- my_tool - my_tool
- another_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. > **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.