intercept and sanitize gemini schema

This commit is contained in:
Shawn Morreau
2025-12-03 14:28:08 -05:00
parent a73ddd378d
commit 9b4bdae8bd
4 changed files with 92 additions and 3 deletions
+1
View File
@@ -279,6 +279,7 @@ async function startMcpServer(ctx: MainContext): Promise<void> {
process.env.GITHUB_REPOSITORY = githubRepository;
process.env.PULLFROG_MODES = JSON.stringify(allModes);
process.env.PULLFROG_PAYLOAD = JSON.stringify(ctx.payload);
process.env.PULLFROG_AGENT = ctx.agentName;
// GITHUB_RUN_ID is already set in GitHub Actions, no need to set it here