fix mcp tools by passing pullfrog_temp_dir to server and handling home directory correctly for codex and cursor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user