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