feat(web): add tool management

This commit is contained in:
zhaoying
2025-12-26 11:57:50 +08:00
parent ad2f52c037
commit 44aac44a05
18 changed files with 2193 additions and 19 deletions

View File

@@ -1348,13 +1348,19 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
addService: 'Add MCP Service',
addServiceSuccess: 'Service added successfully',
server_url: 'Service URL',
lastConnection: 'Last Connection',
last_health_check: 'Last Connection',
responseTime: 'Response Time',
status: {
active: 'Active',
inactive: 'Inactive',
available: '可用',
unconfigured: '未配置',
configured_disabled: '已配置未启用',
error: '链接异常'
},
testConnectionSuccess: 'Connection test successful',
available_desc: 'API 已配置并启用',
unconfigured_desc: '需要配置 API Key',
configured_disabled_desc: 'API 已配置但未启用',
error_desc: 'API 已配置但链接异常',
serviceEndpoint: 'Service Endpoint URL',
serviceEndpointPlaceholder: 'URL of the service endpoint',
serviceEndpointExtra: 'Complete access address of the MCP service',
@@ -1369,12 +1375,13 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
requestHeader: 'Request Headers',
config: 'Configuration',
authType: 'Authentication Type',
noAuth: 'No Authentication',
apiKey: 'API Key',
basicAuth: 'Basic Auth',
bearerToken: 'Bearer Token',
none: 'No Authentication',
api_key: 'API Key',
basic_auth: 'Basic Auth',
bearer_token: 'Bearer Token',
username: 'Username',
password: 'Password',
key_name: 'Key Name',
requestHeaderDesc: 'Additional HTTP request headers sent to MCP server',
addRequestHeader: 'Add Request Header',
editRequestHeader: 'Edit Request Header',
@@ -1448,7 +1455,6 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
MinerUTool_config_desc: 'MinerU is a high-precision PDF document parsing tool that requires an API Key to use.',
TextInTool_config_desc: 'TextIn provides intelligent OCR text recognition service with multi-language support.',
link: 'Application URL',
api_key: 'API Key',
BaiduSearchTool_api_key_desc: 'API Key obtained from Baidu Open Platform',
MinerUTool_api_key_desc: 'API Key obtained from MinerU platform',
secret_key: 'Secret Key',
@@ -1505,7 +1511,8 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
desc: 'Description',
method: 'Method',
path: 'Path',
viewDetail: 'View Details'
viewDetail: 'View Details',
noResult: 'Processing results will be displayed here'
},
workflow: {
coreNode: 'Core Nodes',