Merge pull request #1378 from evan-fannin/add-advanced-settings-button

Add advanced settings button / Add setting to exclude MCP prompting
This commit is contained in:
Evan Fannin
2025-01-23 09:24:54 +08:00
committed by GitHub
8 changed files with 148 additions and 38 deletions
+5
View File
@@ -141,6 +141,11 @@
}
},
"description": "Settings for VSCode Language Model API"
},
"cline.mcp.enabled": {
"type": "boolean",
"default": true,
"description": "Include MCP server functionality in AI prompts. When disabled, the AI will not be aware of MCP capabilities. This saves context window tokens."
}
}
}