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

Merged
merged 9 commits into from
May 5, 2025
Merged

Mcp #965

merged 9 commits into from
May 5, 2025

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
@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