Skip to content

Commit 09fb1c2

Browse files
committed
style: Format Docker run command arguments for better readability
1 parent 839d153 commit 09fb1c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.mcp.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88
"-i",
99
"--rm",
1010
"--pull=always",
11-
"-v", "${HOME}:${HOME}",
12-
"-w", "${PWD}",
11+
"-v",
12+
"${HOME}:${HOME}",
13+
"-w",
14+
"${PWD}",
1315
"ghcr.io/infinityflowapp/csharp-mcp:latest"
1416
],
1517
"env": {}
1618
}
1719
}
20+
}

0 commit comments

Comments
 (0)