feat: 设置server-filesystem默认路径为D盘 防止启动报错

This commit is contained in:
ageer
2025-04-21 20:34:05 +08:00
parent 52cb563383
commit f5daa7eb78

View File

@@ -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"
} }
} }
} }