use profile js for mcp config settings

This commit is contained in:
Joe Danziger
2025-05-23 16:21:01 -04:00
parent 499aa2b203
commit a9f20e1af8

View File

@@ -543,10 +543,6 @@ function createProjectStructure(
const profile = BRAND_PROFILES[rule];
if (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 {
log('warn', `Unknown rules profile: ${rule}`);
}