From afd2dd3eea6257d413954fe71d736b7ccf8dceb9 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:45:07 -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 b5cf314..87dcf05 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 gets the latest npm docs") +- 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") ## [2.1.6] diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx index 9756b57..bd1c6a1 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 gets the latest npm docs", or
+ Try it yourself by asking Cline to "add a tool that pulls the latest npm docs", or