fix: align Claude MCP path for custom config dirs (#3431)

* fix claude mcp path for custom config dir

* fix claude mcp custom profile isolation

* fix claude mcp override path edges

* fix ci test isolation
This commit is contained in:
makoMakoGo
2026-06-23 09:00:56 +08:00
committed by GitHub
parent 895d7af3eb
commit 2d478876fa
13 changed files with 470 additions and 86 deletions
+1
View File
@@ -33,6 +33,7 @@ pub fn reset_test_fs() {
".gemini",
".config",
".openclaw",
"profiles",
] {
let path = home.join(sub);
if path.exists() {