Feat/mcp authentication (#27508)

This commit is contained in:
zxhlyh
2025-10-27 17:08:18 +08:00
committed by GitHub
parent 0ded6303c1
commit c9eed67cf6
6 changed files with 211 additions and 79 deletions

View File

@@ -203,6 +203,12 @@ const translation = {
timeout: '超时时间',
sseReadTimeout: 'SSE 读取超时时间',
timeoutPlaceholder: '30',
authentication: '认证',
useDynamicClientRegistration: '使用动态客户端注册',
clientID: '客户端 ID',
clientSecret: '客户端密钥',
clientSecretPlaceholder: '客户端密钥',
configurations: '配置',
},
delete: '删除 MCP 服务',
deleteConfirmTitle: '你想要删除 {{mcp}} 吗?',