Merge pull request #337 from timbot/main

fix: prevent codex spawn error when codex CLI is not installed
This commit is contained in:
viper151
2026-01-25 23:18:57 +01:00
committed by GitHub

View File

@@ -262,8 +262,7 @@ router.get('/mcp/config/read', async (req, res) => {
}
if (!configData) {
return res.json({ success: false, message: 'No Codex configuration file found', servers: [] });
}
return res.json({ success: true, configPath, servers: [] }); }
const servers = [];