mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
update mcp server config fields in mcp-bridge api
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "google/api/field_behavior.proto";
|
||||
import "google/protobuf/wrappers.proto";
|
||||
import "google/protobuf/struct.proto";
|
||||
|
||||
// $schema: higress.networking.v1.McpBridge
|
||||
// $title: McpBridge
|
||||
@@ -66,7 +68,7 @@ message RegistryConfig {
|
||||
string authSecretName = 17;
|
||||
string protocol = 18;
|
||||
string sni = 19;
|
||||
repeated string nacosMcpExportDomains = 20;
|
||||
string nacosMcpBaseUrl = 21;
|
||||
map<string, string> attributes = 22;
|
||||
repeated string mcpServerExportDomains = 20;
|
||||
string mcpServerBaseUrl = 21;
|
||||
google.protobuf.BoolValue enableMCPServer = 22;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user