feat: expand multimodal and knowledge workflows

This commit is contained in:
lofyer
2026-08-10 21:25:47 +08:00
parent 0fab985f28
commit ad79659308
38 changed files with 3036 additions and 2416 deletions
+6 -1
View File
@@ -19,8 +19,13 @@ export const builtinMcpServers = [
id: 'knowledge-base',
name: '知识库 MCP',
description:
'搜索当前对话明确选择的知识库,返回可核验的来源与证据引用。',
'列出并搜索当前对话明确选择的知识库,返回可核验的来源与证据引用。',
tools: [
{
name: 'knowledge_list',
description: '列出当前对话已授权的知识库及其说明。',
access: 'read'
},
{
name: 'knowledge_search',
description: '搜索当前对话已授权的知识库并返回来源引用。',