update mcp server config fields in mcp-bridge api

This commit is contained in:
johnlanni
2025-04-27 11:10:08 +08:00
parent b4e68c02f9
commit 52114b37f8
3 changed files with 119 additions and 117 deletions

View File

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