From 975c36e71dd8ddfa6fede47f089594823c6d3915 Mon Sep 17 00:00:00 2001 From: Ashraf Khamis Date: Tue, 7 Oct 2025 09:09:21 +0200 Subject: [PATCH] Add flag information to get_code_context tool --- .../gitlab_duo/model_context_protocol/mcp_server.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/user/gitlab_duo/model_context_protocol/mcp_server.md b/doc/user/gitlab_duo/model_context_protocol/mcp_server.md index 3fcca9f8177ce9..fe7b81fe9d6fd9 100644 --- a/doc/user/gitlab_duo/model_context_protocol/mcp_server.md +++ b/doc/user/gitlab_duo/model_context_protocol/mcp_server.md @@ -344,10 +344,18 @@ Search issues for "flaky test" across GitLab {{< history >}} -- [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/569624) in GitLab 18.5. +- [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/569624) in GitLab 18.5 [with a flag](../../../administration/feature_flags/_index.md) named `code_snippet_search_graphqlapi`. Disabled by default. {{< /history >}} +{{< alert type="flag" >}} + +The availability of this feature is controlled by a feature flag. +For more information, see the history. +This feature is available for testing, but not ready for production use. + +{{< /alert >}} + Searches for relevant code snippets in a project. | Parameter | Type | Required | Description | -- GitLab