Skip to content

Commit ded263f

Browse files
authored
Add arguments to the docker command to avoid the server exit
1 parent 0e7d79c commit ded263f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/gitlab/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ Add the following to your `claude_desktop_config.json`:
117117
"command": "docker",
118118
"args": [
119119
"run",
120+
"--rm",
121+
"-i",
120122
"-e",
121123
"GITLAB_PERSONAL_ACCESS_TOKEN",
122124
"-e",
@@ -167,4 +169,4 @@ docker build -t vonwig/gitlab:mcp -f src/gitlab/Dockerfile .
167169

168170
## License
169171

170-
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
172+
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

0 commit comments

Comments
 (0)