mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 13:31:32 +08:00
feat(mcp): Add default args for built-in file system MCP server (#7865)
feat(mcp): 为内置文件系统MCP服务器添加允许目录参数
This commit is contained in:
parent
942faf474b
commit
1e0f0f47fa
@ -124,6 +124,7 @@ export const builtinMCPServers: MCPServer[] = [
|
||||
name: '@cherry/filesystem',
|
||||
type: 'inMemory',
|
||||
description: '实现文件系统操作的模型上下文协议(MCP)的 Node.js 服务器',
|
||||
args: ['/Users/username/Desktop', '/path/to/other/allowed/dir'],
|
||||
isActive: false,
|
||||
provider: 'CherryAI'
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user