mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Adjust MCP install prompt to demonstrate
This commit is contained in:
parent
ac4ca51ced
commit
f80552f92d
1 changed files with 4 additions and 1 deletions
|
|
@ -1232,7 +1232,10 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
})
|
||||
|
||||
// Create task with context from README
|
||||
const task = `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}`
|
||||
const task = `Set up the MCP server from ${mcpDetails.githubUrl}.
|
||||
Use "${mcpDetails.mcpId}" as the server name in cline_mcp_settings.json.
|
||||
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}`
|
||||
|
||||
// Initialize task and show chat view
|
||||
await this.initClineWithTask(task)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue