Merge remote-tracking branch 'origin/main' into ralph/chore/update.from.main
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user