Skip to content

Commit 497ca4b

Browse files
committed
Use the same order as in LM Studio
1 parent 6426176 commit 497ca4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/docker-mcp/client/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ system:
111111
- $USERPROFILE\.cache\lm-studio
112112
paths:
113113
linux:
114-
- $HOME/.lmstudio/mcp.json
115114
- $HOME/.cache/lm-studio/mcp.json
116-
darwin:
117115
- $HOME/.lmstudio/mcp.json
116+
darwin:
118117
- $HOME/.cache/lm-studio/mcp.json
118+
- $HOME/.lmstudio/mcp.json
119119
windows:
120-
- $USERPROFILE\.lmstudio\mcp.json
121120
- $USERPROFILE\.cache\lm-studio\mcp.json
121+
- $USERPROFILE\.lmstudio\mcp.json
122122
yq:
123123
list: '.mcpServers | to_entries | map(.value + {"name": .key})'
124124
set: .mcpServers[$NAME] = $JSON

0 commit comments

Comments
 (0)