From e70d95cb4ddf6f65c613307aac8b6e7b95a90e97 Mon Sep 17 00:00:00 2001 From: Jordan Dubrick Date: Thu, 16 Jul 2026 13:41:12 -0400 Subject: [PATCH] migrate mcp tool runtime to lcore synthesizer Signed-off-by: Jordan Dubrick --- env/default-values.env | 2 +- images.yaml | 2 +- llama-stack-configs/config.yaml | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/env/default-values.env b/env/default-values.env index bd2a57c..8720610 100644 --- a/env/default-values.env +++ b/env/default-values.env @@ -2,7 +2,7 @@ # You do not need to set them all if they will go unused. # Service Images -LIGHTSPEED_CORE_IMAGE=quay.io/lightspeed-core/lightspeed-stack:dev-20260710-2c3e52e +LIGHTSPEED_CORE_IMAGE=quay.io/lightspeed-core/lightspeed-stack:dev-20260716-b6649cc RAG_CONTENT_IMAGE=quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0-8c231a3b5177f12fff9db042dfa4091d8f2f26b3 # vLLM Inference Settings diff --git a/images.yaml b/images.yaml index 76740a3..74a8143 100644 --- a/images.yaml +++ b/images.yaml @@ -15,7 +15,7 @@ # limitations under the License. lightspeed-core: llama_version: 0.6.0 - image: quay.io/lightspeed-core/lightspeed-stack:dev-20260710-2c3e52e + image: quay.io/lightspeed-core/lightspeed-stack:dev-20260716-b6649cc latest_release: v0.6.0rc2 # using v prefix in catalog now it seems rag-content: llama_version: 0.5.0 diff --git a/llama-stack-configs/config.yaml b/llama-stack-configs/config.yaml index f24e926..92ec93b 100644 --- a/llama-stack-configs/config.yaml +++ b/llama-stack-configs/config.yaml @@ -37,9 +37,6 @@ providers: provider_id: meta-reference provider_type: inline::meta-reference tool_runtime: - - provider_id: model-context-protocol - provider_type: remote::model-context-protocol - config: {} - provider_id: rag-runtime provider_type: inline::rag-runtime config: {}