This commit is contained in:
Saoud Rizwan
2024-12-11 14:12:11 -08:00
parent d05033909b
commit f5ace866e8
4 changed files with 9 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
</VSCodeLink>
</p>
<p style={{ margin: "5px 0px" }}>
You can add and configure MCP servers by clicking the{" "}
You can add and configure MCP servers by clicking the new{" "}
<span className="codicon codicon-server" style={{ fontSize: "10px" }}></span> icon in the menu bar.
</p>
<p style={{ margin: "5px 0px" }}>
@@ -57,8 +57,9 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
with others too.{" "}
</p>
<p style={{ margin: "5px 0px" }}>
Try it yourself by asking Cline to "add a tool that pulls the latest npm docs", or
<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>
</p>
{/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>

View File

@@ -118,8 +118,8 @@ const McpView = ({ onDone }: McpViewProps) => {
<VSCodeLink href="https://github.com/modelcontextprotocol/servers" style={{ display: "inline" }}>
community-made servers
</VSCodeLink>{" "}
or ask Cline to create new tools specific to your workflow (e.g., "add a tool that pulls GitHub
issues").
or ask Cline to create new tools specific to your workflow (e.g., "add a tool that pulls the latest
npm docs").
</div>
{/* Server List */}