Skip to content

Commit 35a64a3

Browse files
committed
Modify MCP marketplace installation instructions
1 parent 3d19123 commit 35a64a3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-dev",
33
"displayName": "Cline",
44
"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.",
5-
"version": "3.4.7",
5+
"version": "3.4.8",
66
"icon": "assets/icons/icon.png",
77
"galleryBanner": {
88
"color": "#617A91",

src/core/webview/ClineProvider.ts

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

0 commit comments

Comments
 (0)