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

@@ -10,6 +10,8 @@ const __dirname = path.dirname(__filename);
const brandName = 'Roo';
const brandDir = '.roo';
const rulesDir = '.roo/rules';
const mcpConfig = true;
const mcpConfigName = 'mcp.json';
// File name mapping (specific files with naming changes)
const fileMap = {
@@ -240,5 +242,7 @@ export {
brandDir,
rulesDir,
getTargetRuleFilename,
mcpConfig,
mcpConfigName,
onPostConvertBrandRules
};