mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 23:59:45 +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',
|
name: '@cherry/filesystem',
|
||||||
type: 'inMemory',
|
type: 'inMemory',
|
||||||
description: '实现文件系统操作的模型上下文协议(MCP)的 Node.js 服务器',
|
description: '实现文件系统操作的模型上下文协议(MCP)的 Node.js 服务器',
|
||||||
|
args: ['/Users/username/Desktop', '/path/to/other/allowed/dir'],
|
||||||
isActive: false,
|
isActive: false,
|
||||||
provider: 'CherryAI'
|
provider: 'CherryAI'
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user