thrownewError("MCP hub not available") 766766 } 767767 768+ letsystemPrompt=awaitSYSTEM_PROMPT(cwd,this.api.getModel().info.supportsComputerUse??false,mcpHub) 769+ if(this.customInstructions&&this.customInstructions.trim()){ 770+ // altering the system prompt mid-task will break the prompt ...
MCP Hub not Available #1530 commented on Apr 17, 2025 • 0 new comments Azure OpenAI + o1 models not working #1627 commented on Apr 18, 2025 • 0 new comments No tools, no resources listed in MCP Servers in Cline #1272 commented on Apr 19, 2025 • 0 new comments Cline...
该 Section 的内容是动态的,只有在启用了 MCP 且 mcpHub 实例存在时才会包含在系统提示中。 capabilities.ts: getCapabilitiesSection() 函数生成 CAPABILITIES Section,概述了 AI 助手的总体能力,例如文件操作、代码编辑、浏览器控制、MCP 工具使用等。该 Section 的内容也会根据 supportsComputerUse 和diffStrategy 等...
Add baseURL option for Google Gemini provider (Thanks @owengo and @olivierhub!) Add support for Azure's DeepSeek model. (Thanks @yt3trees!) Add ability for models that support it to receive image responses from MCP servers (Thanks @rikaaa0928!) ...
mcpHub = this.providerRef.deref()?.mcpHub if (!mcpHub) { throw new Error("MCP hub not available") 6 changes: 2 additions & 4 deletions 6 src/core/webview/ClineProvider.ts Original file line numberDiff line numberDiff line change @@ -96,7 +96,6 @@ export class ClineProvider impl...
Expand Down Expand Up @@ -478,6 +495,7 @@ export class McpHub { `No connection found for server: ${serverName}. Please make sure to use MCP servers available under 'Connected MCP Servers'.`, ) } return await connection.client.request( { method: "tools/call", Expand All @@ -490...
cline/clinePublic NotificationsYou must be signed in to change notification settings Fork5.1k Star43.5k Files main Sign in to see the full file tree. src/core/prompts system.ts Latest commit 0xToshii enable cursorrules and windsurfrules (#3245) ...