add mcpConfigName value for parh

This commit is contained in:
Joe Danziger
2025-05-21 13:00:04 -04:00
parent c12cff1890
commit 6c69522017

View File

@@ -5,7 +5,7 @@ const brandName = 'Cline';
const brandDir = '.clinerules';
const rulesDir = '.clinerules';
const mcpConfig = false;
const mcpConfigName = undefined;
const mcpConfigName = 'cline_mcp_settings.json';
// File name mapping (specific files with naming changes)
const fileMap = {
@@ -142,4 +142,4 @@ export {
getTargetRuleFilename,
mcpConfig,
mcpConfigName
};
};