From 1393e677d4de196412180b14899aec46decbe307 Mon Sep 17 00:00:00 2001 From: David Sima Date: Mon, 6 Jul 2026 15:03:29 +0300 Subject: [PATCH] feat(ai-assistant): added a suggested prompt for MCP servers --- hlx_statics/blocks/ai-assistant/ai-assistant_constants.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hlx_statics/blocks/ai-assistant/ai-assistant_constants.js b/hlx_statics/blocks/ai-assistant/ai-assistant_constants.js index 4f453f73..f46a85e5 100644 --- a/hlx_statics/blocks/ai-assistant/ai-assistant_constants.js +++ b/hlx_statics/blocks/ai-assistant/ai-assistant_constants.js @@ -38,6 +38,11 @@ export const INITIAL_SUGGESTED_QUESTIONS = [ { label: "Firefly Services and how can I use them", question: "Firefly Services and how can I use them", + }, + { + id: "mcp-server-docs", + label: "Available MCP servers and where I can find them", + question: "Available MCP servers and where I can find them" } ]; export const GENERIC_ERROR_MESSAGE =