fix mcp tools by passing pullfrog_temp_dir to server and handling home directory correctly for codex and cursor

This commit is contained in:
Colin McDonnell
2025-11-20 18:56:45 -08:00
parent 8298cdd07c
commit 550a162ca6
3 changed files with 21 additions and 12 deletions
+1
View File
@@ -30,6 +30,7 @@ export function createMcpConfigs(
GITHUB_REPOSITORY: githubRepository,
PULLFROG_MODES: JSON.stringify(modes),
PULLFROG_PAYLOAD: JSON.stringify(payload),
PULLFROG_TEMP_DIR: process.env.PULLFROG_TEMP_DIR!,
};
// pass through GITHUB_RUN_ID if available (automatically set in GitHub Actions)