From f5ace866e8509a8b764721a2c56215573103747a Mon Sep 17 00:00:00 2001
From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
Date: Wed, 11 Dec 2024 14:12:11 -0800
Subject: [PATCH] Fixes
---
CHANGELOG.md | 2 +-
src/services/mcp/McpHub.ts | 4 +++-
webview-ui/src/components/chat/Announcement.tsx | 5 +++--
webview-ui/src/components/mcp/McpView.tsx | 4 ++--
4 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1066e7..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 fetches Jira tickets")
+- 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/src/services/mcp/McpHub.ts b/src/services/mcp/McpHub.ts
index dd8af24..53e2ff3 100644
--- a/src/services/mcp/McpHub.ts
+++ b/src/services/mcp/McpHub.ts
@@ -470,7 +470,9 @@ export class McpHub {
): Promise
- You can add and configure MCP servers by clicking the{" "} + You can add and configure MCP servers by clicking the new{" "} icon in the menu bar.
@@ -57,8 +57,9 @@ 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