Skip to content

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 <donnie@acorn.io>
Signed-off-by: Donnie Adams <donnie@acorn.io>
Signed-off-by: Donnie Adams <donnie@acorn.io>
thedadams added 5 commits May 2, 2025 13:12
Signed-off-by: Donnie Adams <donnie@acorn.io>
Signed-off-by: Donnie Adams <donnie@acorn.io>
Signed-off-by: Donnie Adams <donnie@acorn.io>
Signed-off-by: Donnie Adams <donnie@acorn.io>
Signed-off-by: Donnie Adams <donnie@acorn.io>
@thedadams thedadams marked this pull request as ready for review May 5, 2025 22:15
@thedadams thedadams merged commit ed2fc20 into gptscript-ai:main May 5, 2025
10 checks passed
@thedadams thedadams deleted the mcp branch May 5, 2025 22:23
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