Saoud Rizwan 1 rok pred
rodič
commit
657881dbe2

+ 1 - 1
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 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 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]
 ## [2.1.6]
 
 

+ 1 - 1
webview-ui/src/components/chat/Announcement.tsx

@@ -57,7 +57,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
 				with others too.{" "}
 				with others too.{" "}
 			</p>
 			</p>
 			<p style={{ margin: "5px 0px" }}>
 			<p style={{ margin: "5px 0px" }}>
-				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
 				<VSCodeLink href="https://x.com/sdrzn/status/1850880547825823989" style={{ display: "inline" }}>
 				<VSCodeLink href="https://x.com/sdrzn/status/1850880547825823989" style={{ display: "inline" }}>
 					see a demo of MCP in action here.
 					see a demo of MCP in action here.
 				</VSCodeLink>
 				</VSCodeLink>

+ 1 - 1
webview-ui/src/components/mcp/McpView.tsx

@@ -118,7 +118,7 @@ const McpView = ({ onDone }: McpViewProps) => {
 					<VSCodeLink href="https://github.com/modelcontextprotocol/servers" style={{ display: "inline" }}>
 					<VSCodeLink href="https://github.com/modelcontextprotocol/servers" style={{ display: "inline" }}>
 						community-made servers
 						community-made servers
 					</VSCodeLink>{" "}
 					</VSCodeLink>{" "}
-					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").
 					npm docs").
 				</div>
 				</div>