use profile js for mcp config settings
This commit is contained in:
@@ -543,10 +543,6 @@ function createProjectStructure(
|
|||||||
const profile = BRAND_PROFILES[rule];
|
const profile = BRAND_PROFILES[rule];
|
||||||
if (profile) {
|
if (profile) {
|
||||||
convertAllRulesToBrandRules(targetDir, profile);
|
convertAllRulesToBrandRules(targetDir, profile);
|
||||||
// Ensure MCP config is set up under the correct brand folder for any non-cursor rule
|
|
||||||
if (rule !== 'cursor') {
|
|
||||||
setupMCPConfiguration(path.join(targetDir, `.${rule}`));
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
log('warn', `Unknown rules profile: ${rule}`);
|
log('warn', `Unknown rules profile: ${rule}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user