From 737dca81811ef1950f85761380ac7bb0fcb35e47 Mon Sep 17 00:00:00 2001 From: Kenneth Sanchez V Date: Fri, 26 Sep 2025 09:21:14 -0700 Subject: [PATCH] [docs] Updates feed to reflect latest change (#3005) Co-authored-by: Kenneth S. --- crates/chat-cli/src/cli/feed.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/chat-cli/src/cli/feed.json b/crates/chat-cli/src/cli/feed.json index 53c38195c2..46cb214def 100644 --- a/crates/chat-cli/src/cli/feed.json +++ b/crates/chat-cli/src/cli/feed.json @@ -39,6 +39,10 @@ { "type": "fixed", "description": "Improve error messages for dispatch failures - [#2969](https://github.com/aws/amazon-q-developer-cli/pull/2969)" + }, + { + "type": "added", + "description": "Enhanced MCP prompt management with improved UX - [#2953](https://github.com/aws/amazon-q-developer-cli/pull/2953)" } ] },