Merge remote-tracking branch 'origin/main' into ralph/chore/update.from.main

This commit is contained in:
Ralph Khreish
2025-09-24 20:10:19 +02:00
98 changed files with 152 additions and 143 deletions

View File

@@ -142,6 +142,14 @@ function onPostConvertRulesProfile(targetDir, assetsDir) {
// Transform to Zed format
const zedConfig = transformToZedFormat(mcpConfig);
// Add "source": "custom" to task-master-ai server for Zed
if (
zedConfig['context_servers'] &&
zedConfig['context_servers']['task-master-ai']
) {
zedConfig['context_servers']['task-master-ai'].source = 'custom';
}
// Write back the transformed config with proper formatting
fs.writeFileSync(
mcpConfigPath,