-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Issue Description
When attempting to interact with GitLab's API through the integration, multiple operations are failing with argument validation errors.
Steps to Reproduce
- Attempted to create a new repository: Error: MCP error -32603: Invalid arguments: fork: Required
- Attempted to search existing repositories:
Error: MCP error -32603: Invalid arguments: items.0.owner: Required, items.0.fork: Required, items.1.fork: Required, items.2.owner: Required, items.2.fork: Required [...]
Expected Behavior
- Repository creation should process with basic parameters (name, visibility, description)
- Repository search should return results without requiring owner and fork parameters for each item
Actual Behavior
The API is requiring additional parameters that seem to be internal GitLab properties:
forkparameter is required for repository creationownerandforkparameters are required for each item in search results
Impact
This issue prevents basic GitLab operations from working, including:
- Repository creation
- Repository search
- Potentially other GitLab API integrations
coltonflowers1, perweij, TomskDiver, hmk, cong-toquang and 4 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
