Skip to content

Commit 8469138

Browse files
authored
Merge pull request #2 from Adit-999/Adit-999-patch-1
Update README.md
2 parents dd0bb74 + 8effd8b commit 8469138

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can also configure the MCP server in your MCP JSON configuration file:
5555
"mcpServers": {
5656
"gitlab-mcp": {
5757
"command": "uv",
58-
"args": ["run", "--with", "mcp[cli],python-gitlab", "mcp", "run", "/path/to/gitlab-mcp/server.py"],
58+
"args": ["run", "--with", "mcp[cli]", "mcp", "run", "/path/to/gitlab-mcp/server.py"],
5959
"env": {
6060
"GITLAB_PERSONAL_ACCESS_TOKEN": "your_personal_access_token",
6161
"GITLAB_API_URL": "https://gitlab.com"
@@ -70,16 +70,6 @@ You can also configure the MCP server in your MCP JSON configuration file:
7070
```bash
7171
uv run mcp install server.py
7272
```
73-
if you get errors swap:
74-
```bash
75-
"mcp[cli]"
76-
```
77-
to:
78-
79-
```bash
80-
"mcp[cli],python-gitlab"
81-
```
82-
8373
## Project Structure
8474

8575
The project follows a modular, domain-driven architecture:

0 commit comments

Comments
 (0)