fix: fix const McpStreamableProtocol spell mistake (#2405)

This commit is contained in:
EricaLiu
2025-06-12 15:35:39 +08:00
committed by GitHub
parent 38068ee43d
commit 86934b3203
2 changed files with 16 additions and 16 deletions

View File

@@ -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