diff --git a/package.json b/package.json index b36fa00eba..6fda5089f6 100644 --- a/package.json +++ b/package.json @@ -46,16 +46,6 @@ "activationEvents": [], "main": "./dist/extension.js", "contributes": { - "configuration": { - "title": "Cline", - "properties": { - "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." - } - } - }, "viewsContainers": { "activitybar": [ { @@ -151,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." } } }