chore: last round of touchups and bug fixes

This commit is contained in:
Ralph Khreish
2025-09-24 10:57:17 +02:00
parent 8f1497407f
commit c911608f60
5 changed files with 29 additions and 16 deletions

View File

@@ -142,6 +142,11 @@ 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,