From d0f4e9126f255c5ab1ff0a1e49fe4915538b5e99 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:39:17 -0800 Subject: [PATCH] Fixes --- CHANGELOG.md | 2 +- webview-ui/src/components/chat/Announcement.tsx | 2 +- webview-ui/src/components/mcp/McpView.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87dcf05..b5cf314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Add support for Model Context Protocol (MCP), enabling Cline to use custom tools like web-search tool or GitHub tool - Add MCP server management tab accessible via the server icon in the menu bar -- Add ability for Cline to dynamically create new MCP servers based on user requests (e.g., "add a tool that pulls the latest npm docs") +- Add ability for Cline to dynamically create new MCP servers based on user requests (e.g., "add a tool that gets the latest npm docs") ## [2.1.6] diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx index bd1c6a1..9756b57 100644 --- a/webview-ui/src/components/chat/Announcement.tsx +++ b/webview-ui/src/components/chat/Announcement.tsx @@ -57,7 +57,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { with others too.{" "}
- Try it yourself by asking Cline to "add a tool that pulls the latest npm docs", or
+ Try it yourself by asking Cline to "add a tool that gets the latest npm docs", or