mirror of
https://github.com/alibaba/higress.git
synced 2026-04-22 04:27:26 +08:00
Update README.md
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user