MCP Tool request - Pipeline Management Tools
### Release Notes You can now manage your CI/CD pipelines directly through the GitLab MCP server using the new [manage_pipeline tool](https://docs.gitlab.com/user/gitlab_duo/model_context_protocol/mcp_server_tools/#manage_pipeline), which lets AI agents create, cancel, retry, delete, and update pipeline metadata in a single tool call. With this new tool, you'll no longer have to piece together multiple steps to automate your pipeline workflows. If there are other MCP tools you'd like to see, let us know in the [feedback issue](https://gitlab.com/gitlab-org/gitlab/-/work_items/566375). ## Summary As noted in this [thread](https://gitlab.com/groups/gitlab-org/-/epics/20223#note_2949126465) (internal), a customer has identified some critical gaps in our MCP tooling needed for code review workflows. Below is the list of tools to add and whether these exist in other areas of the DAP ecosystem as reference. **Completed via `manage_pipeline` tool:** - [x] `create_pipeline` - `manage_pipeline` - [x] `configure_pipeline` - `manage_pipeline` - [x] `delete_pipeline` - `manage_pipeline` - [x] `retry_pipeline` - `manage_pipeline` - [x] `cancel_pipeline` - `manage_pipeline` - [ ] `trigger_pipeline` *(not yet supported, see https://gitlab.com/gitlab-org/gitlab/-/issues/583826#note_3098590280)* ## Medium - `list_issues` (must use `gitlab_search` workaround, no direct listing with filters) - `update_issue` - `add_issue_comment` - Wiki: `create_page` - Wiki: `list_pages_for_project` - Wiki: `get_page` - Wiki: `edit_page` - Wiki: `delete_page`
issue