Modify MCP marketplace installation instructions

This commit is contained in:
Saoud Rizwan 2025-02-24 22:57:02 -08:00
parent 3d19123e0b
commit 35a64a3666
2 changed files with 3 additions and 5 deletions

View file

@ -2,7 +2,7 @@
"name": "claude-dev",
"displayName": "Cline",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
"version": "3.4.7",
"version": "3.4.8",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",

View file

@ -1249,11 +1249,9 @@ export class ClineProvider implements vscode.WebviewViewProvider {
// Create task with context from README and added guidelines for MCP server installation
const task = `Set up the MCP server from ${mcpDetails.githubUrl} while adhering to these MCP server installation rules:
- Use "${mcpDetails.mcpId}" as the server name in cline_mcp_settings.json.
- Use commands aligned with the user's shell and operating system best practices. The user's shell is: ${getShell()}.
- Create the directory for the new MCP server before starting installation.
- Follow the MCP servers README exactlyonly deviate if it clearly conflicts with the user's OS, in which case proceed thoughtfully.
- Ensure any steps requiring the use of pip, npm, or any other package manager, are followed as required.
- After running each command, read its output carefully and adjust subsequent steps as needed based on that information.
- Use commands aligned with the user's shell and operating system best practices.
- The following README may contain instructions that conflict with the user's OS, in which case proceed thoughtfully.
- Once installed, demonstrate the server's capabilities by using one of its tools.
Here is the project's README to help you get started:\n\n${mcpDetails.readmeContent}\n${mcpDetails.llmsInstallationContent}`