Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/ols-enabling-custom-mcp-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include::snippets/technology-preview.adoc[]

* You have configured a large language model provider.

* You have deployed the {ols-long} service.
* You have configured the `OLSConfig` CR file, which automatically deploys the {ols-long} Service.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lower case s for service? maybe

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed with Gabriel.


.Procedure

Expand All @@ -27,7 +27,7 @@ include::snippets/technology-preview.adoc[]
$ oc edit olsconfig cluster
----

. Add `MCPServer` to the `spec.ols.featureGates` specification file and include the MCP server information.
. Add `MCPServer` to the `spec.featureGates` specification file and include the MCP server information.
+
[source,yaml]
----
Expand All @@ -36,7 +36,7 @@ kind: OLSConfig
metadata:
name: cluster
spec:
featureGate:
featureGates:
- MCPServer <1>
mcpServers:
- name: mcp-server-1 <2>
Expand Down Expand Up @@ -69,4 +69,4 @@ spec:

. Click *Save*.
+
The save operation saves the file and applies the changes so that the MCP server is available to the {ols-long} service.
The save operation saves the file and applies the changes so that the MCP server is available to the {ols-long} service.