You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GitLab MCP server should start successfully and establish a connection with the specified GitLab instance.
Logs
2025-03-05 11:26:30.369 [info] tlab: Starting new stdio process with command: cmd /k docker run --rm -i -e GITLAB_PERSONAL_ACCESS_TOKEN -e GITLAB_API_URL mcp/gitlab
2025-03-05 11:26:31.807 [error] tlab: Client error for command Unexpected end of JSON input
2025-03-05 11:26:31.807 [error] tlab: Error in MCP: Unexpected end of JSON input
Additional context
I am running cursor on windows 11
Same issue with npx
The text was updated successfully, but these errors were encountered:
Describe the bug
The GitLab MCP server fails to start with a JSON parsing error. The error occurs when attempting to launch the GitLab MCP server using Docker.
To Reproduce
Steps to reproduce the behavior:
Configuration
Expected behavior
The GitLab MCP server should start successfully and establish a connection with the specified GitLab instance.
Logs
Additional context
The text was updated successfully, but these errors were encountered: