diff --git a/modules/ols-enabling-custom-mcp-server.adoc b/modules/ols-enabling-custom-mcp-server.adoc index a203768e3de5..4e720cc3bf99 100644 --- a/modules/ols-enabling-custom-mcp-server.adoc +++ b/modules/ols-enabling-custom-mcp-server.adoc @@ -8,7 +8,7 @@ [role="_abstract"] Add an additional Model Context Protocol (MCP) server that interfaces with a tool in your environment so that the large language model (LLM) uses the tool to generate answers to your questions. -By default, the cluster introspection feature blocks access to secrets and role-based access control (RBAC) objects. This configuration prevents the leakage of sensitive infrastructure data. Security teams can use this default restriction to validate production deployment safety. +By default, the built-in cluster introspection MCP server blocks access to secrets and role-based access control (RBAC) objects. This configuration prevents the leakage of sensitive infrastructure data. Security teams can use this default restriction to validate production deployment safety. :FeatureName: The MCP server feature include::snippets/technology-preview.adoc[] diff --git a/modules/ols-olsconfig-api-specifications.adoc b/modules/ols-olsconfig-api-specifications.adoc index b0e8f65b77bc..6db2eb94c34b 100644 --- a/modules/ols-olsconfig-api-specifications.adoc +++ b/modules/ols-olsconfig-api-specifications.adoc @@ -482,7 +482,7 @@ The `introspectionEnabled` field in the `OLSConfig` custom resource (CR) is `tru + [IMPORTANT] ==== -Modifying the MCP server configuration managed by the operator is unsupported. Customizing this configuration requires changing the operator to an unmanaged state. Users who want to customize the MCP server configuration must deploy a standalone MCP server instance independently. +The operator does not support direct modifications to the managed MCP server configuration. To customize this configuration, you must set the operator to an unmanaged state by adding the `operator.openshift.io/managementState: Unmanaged` annotation to the `OLSConfig` custom resource. Alternatively, you can deploy a standalone MCP server instance. ====