Skip to content

Commit 5547c42

Browse files
committed
Added a step regarding Llama stack
1 parent 1ec0499 commit 5547c42

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/model-context-protocol-tools/proc-configuring-mcp-clients-to-access-the-rhdh-server.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ mcp_servers:
7474
+
7575
where:
7676
`model-context-protocol`:: Enter this definition in your llama-stack `run.yaml` configuration for use in LCS.
77+
.. Optional: If you want to use your own Llama Stack configuration, add the following code to your Llama Stack configuration file (`run.yaml`).
78+
+
79+
[source,yaml]
80+
----
81+
providers:
82+
tool_runtime:
83+
- provider_id: model-context-protocol
84+
provider_type: remote::model-context-protocol
85+
config: {}
86+
----
7787
.. Optional: To authorize requests to the MCP endpoint using `<MCP_TOKEN>`, add it in the `{ls-short} app-config.yaml` file, to make POST requests to the LCS `/v1/streaming_query` endpoint, as shown in the following code:
7888
+
7989
[source,yaml]

0 commit comments

Comments
 (0)