Add comprehensive documentation for MCPHub including deployment, configuration, and smart routing features (#142)

This commit is contained in:
samanhappy
2025-05-29 15:44:39 +08:00
committed by GitHub
parent e2c5cc8ed1
commit 80c6aae116
15 changed files with 179 additions and 273 deletions

View File

@@ -283,7 +283,7 @@
"systemConfigUpdated": "System configuration updated successfully",
"enableSmartRouting": "Enable Smart Routing",
"enableSmartRoutingDescription": "Enable smart routing feature to search the most suitable tool based on input (using $smart group name)",
"dbUrl": "PostgreSQL URL (with pgvector support)",
"dbUrl": "PostgreSQL URL (requires pgvector support)",
"dbUrlPlaceholder": "e.g. postgresql://user:password@localhost:5432/dbname",
"openaiApiBaseUrl": "OpenAI API Base URL",
"openaiApiBaseUrlPlaceholder": "https://api.openai.com/v1",

View File

@@ -284,7 +284,7 @@
"systemConfigUpdated": "系统配置更新成功",
"enableSmartRouting": "启用智能路由",
"enableSmartRoutingDescription": "开启智能路由功能,根据输入自动搜索最合适的工具(使用 $smart 分组)",
"dbUrl": "PostgreSQL 连接地址(支持 pgvector",
"dbUrl": "PostgreSQL 连接地址(必须支持 pgvector",
"dbUrlPlaceholder": "例如: postgresql://user:password@localhost:5432/dbname",
"openaiApiBaseUrl": "OpenAI API 基础地址",
"openaiApiBaseUrlPlaceholder": "https://api.openai.com/v1",