feat(mcp): Add default args for built-in file system MCP server (#7865)

feat(mcp): 为内置文件系统MCP服务器添加允许目录参数
This commit is contained in:
Phantom 2025-07-07 11:05:47 +08:00 committed by GitHub
parent 942faf474b
commit 1e0f0f47fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'
},