You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2786,8 +2808,6 @@ export class ClineProvider implements vscode.WebviewViewProvider {
2786
2808
thrownewError("Invalid response from MCP marketplace API")
2787
2809
}
2788
2810
2789
-
console.log("[downloadMcp] Response from download API",{ response })
2790
-
2791
2811
constmcpDetails=response.data
2792
2812
2793
2813
// Validate required fields
@@ -2804,10 +2824,8 @@ export class ClineProvider implements vscode.WebviewViewProvider {
2804
2824
mcpDownloadDetails: mcpDetails,
2805
2825
})
2806
2826
2807
-
// Create task with context from README
2827
+
// Initialize task with setup instructions
2808
2828
consttask=`Set up the MCP server from ${mcpDetails.githubUrl}. Use "${mcpDetails.mcpId}" as the server name in cline_mcp_settings.json. Here is the project's README to help you get started:\n\n${mcpDetails.readmeContent}\n${mcpDetails.llmsInstallationContent}`
2809
-
2810
-
// Initialize task and show chat view
2811
2829
awaitthis.initClineWithTask(task)
2812
2830
awaitthis.postMessageToWebview({
2813
2831
type: "action",
@@ -2839,4 +2857,34 @@ export class ClineProvider implements vscode.WebviewViewProvider {
0 commit comments