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 see a demo of MCP in action here. diff --git a/webview-ui/src/components/mcp/McpView.tsx b/webview-ui/src/components/mcp/McpView.tsx index 124bb9c..e503219 100644 --- a/webview-ui/src/components/mcp/McpView.tsx +++ b/webview-ui/src/components/mcp/McpView.tsx @@ -118,7 +118,7 @@ const McpView = ({ onDone }: McpViewProps) => { community-made servers {" "} - or ask Cline to create new tools specific to your workflow (e.g., "add a tool that pulls the latest + or ask Cline to create new tools specific to your workflow (e.g., "add a tool that gets the latest npm docs").