Skip to content

Mcp #965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Mcp #965

wants to merge 9 commits into from

Conversation

thedadams
Copy link
Contributor

@thedadams thedadams commented May 1, 2025

Name: gitops
Tools: gitlab
Chat: true

---
Name: gitlab

#!mcp
{
  "mcpServers": {
    "gitlab": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "GITLAB_PERSONAL_ACCESS_TOKEN",
        "-e",
        "GITLAB_API_URL",
        "mcp/gitlab"
      ],
      "env": [
        "GITLAB_PERSONAL_ACCESS_TOKEN=.......",
        "GITLAB_API_URL=https://gitlab.com/api/v4"
      ]
    }
  }
}

ibuildthecloud and others added 4 commits May 1, 2025 16:38
(cherry picked from commit 54b4c1f)
The gob encoding implementation doesn't handle map key ordering so the
hash we used wasn't consistent. This change switches to using slices of
strings for headers and env.

Also, fix the linting errors.

Signed-off-by: Donnie Adams <[email protected]>
Signed-off-by: Donnie Adams <[email protected]>
thedadams added 5 commits May 2, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants