mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 20:57:32 +08:00
fix: fix const McpStreamableProtocol spell mistake (#2405)
This commit is contained in:
@@ -24,12 +24,12 @@ const (
|
||||
IstioMcpAutoGeneratedHttpRouteName = IstioMcpAutoGeneratedPrefix + "-httproute"
|
||||
IstioMcpAutoGeneratedMcpServerName = IstioMcpAutoGeneratedPrefix + "-mcpserver"
|
||||
|
||||
StdioProtocol = "stdio"
|
||||
HttpProtocol = "http"
|
||||
HttpsProtocol = "https"
|
||||
DubboProtocol = "dubbo"
|
||||
McpSSEProtocol = "mcp-sse"
|
||||
McpStreambleProtocol = "mcp-streamable"
|
||||
StdioProtocol = "stdio"
|
||||
HttpProtocol = "http"
|
||||
HttpsProtocol = "https"
|
||||
DubboProtocol = "dubbo"
|
||||
McpSSEProtocol = "mcp-sse"
|
||||
McpStreamableProtocol = "mcp-streamable"
|
||||
)
|
||||
|
||||
type McpToolArgsType string
|
||||
|
||||
Reference in New Issue
Block a user