specify whether to create mcp config and filename

This commit is contained in:
Joe Danziger
2025-05-21 12:43:05 -04:00
parent 9eacd6e061
commit c12cff1890
6 changed files with 35 additions and 15 deletions

View File

@@ -4,6 +4,8 @@ import path from 'path';
const brandName = 'Cline';
const brandDir = '.clinerules';
const rulesDir = '.clinerules';
const mcpConfig = false;
const mcpConfigName = undefined;
// File name mapping (specific files with naming changes)
const fileMap = {
@@ -137,5 +139,7 @@ export {
brandName,
brandDir,
rulesDir,
getTargetRuleFilename
};
getTargetRuleFilename,
mcpConfig,
mcpConfigName
};