update mcpbridge proto

This commit is contained in:
johnlanni
2025-04-24 15:52:17 +08:00
parent 38f718b965
commit 90b02a90e0
3 changed files with 85 additions and 31 deletions

View File

@@ -66,4 +66,7 @@ message RegistryConfig {
string authSecretName = 17;
string protocol = 18;
string sni = 19;
repeated string nacosMcpExportDomains = 20;
string nacosMcpBaseUrl = 21;
map<string, string> attributes = 22;
}