Update codex.js

This commit is contained in:
viper151
2026-01-25 23:17:08 +01:00
committed by GitHub
parent dab089b29f
commit 8825baf5b4

View File

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