mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-29 20:43:44 +08:00
feat: 设置server-filesystem默认路径为D盘 防止启动报错
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-filesystem",
|
||||
"D:\\test"
|
||||
"D:\\"
|
||||
]
|
||||
},
|
||||
"search1api": {
|
||||
@@ -15,7 +15,7 @@
|
||||
"search1api-mcp"
|
||||
],
|
||||
"env": {
|
||||
"SEARCH1API_KEY": "92A3D8F1-9BFA-485A-90E9-7680914CB666"
|
||||
"SEARCH1API_KEY": "xx"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user