add mcpConfigName value for parh
This commit is contained in:
@@ -5,7 +5,7 @@ const brandName = 'Cline';
|
|||||||
const brandDir = '.clinerules';
|
const brandDir = '.clinerules';
|
||||||
const rulesDir = '.clinerules';
|
const rulesDir = '.clinerules';
|
||||||
const mcpConfig = false;
|
const mcpConfig = false;
|
||||||
const mcpConfigName = undefined;
|
const mcpConfigName = 'cline_mcp_settings.json';
|
||||||
|
|
||||||
// File name mapping (specific files with naming changes)
|
// File name mapping (specific files with naming changes)
|
||||||
const fileMap = {
|
const fileMap = {
|
||||||
@@ -142,4 +142,4 @@ export {
|
|||||||
getTargetRuleFilename,
|
getTargetRuleFilename,
|
||||||
mcpConfig,
|
mcpConfig,
|
||||||
mcpConfigName
|
mcpConfigName
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user