Conversation
Codex expects env_http_headers to map HTTP header names to environment variable names. Reverse the generated entries and cover the serialized TOML shape to fix getsentry#171.
|
@mishamilovidov is attempting to deploy a commit to the Sentry Team on Vercel. A member of the Team first needs to authorize it. |
mishamilovidov
marked this pull request as ready for review
August 24, 2026 17:39
This was referenced Aug 24, 2026
gricha
approved these changes
Sep 8, 2026
mishamilovidov
added a commit
to mishamilovidov/dotagents
that referenced
this pull request
Sep 8, 2026
Incorporate the Codex HTTP header fix from getsentry#173 while preserving the marketplace naming migration. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mishamilovidov
added a commit
to mishamilovidov/dotagents
that referenced
this pull request
Sep 8, 2026
Incorporate the Codex HTTP header fix from getsentry#173 while preserving the marketplace naming migration.
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Correct Codex environment HTTP header serialization so authenticated HTTP MCP servers read the intended environment variables.
Changes
env_http_headersentry from its HTTP header name to its environment variable name.Testing
pnpm check(295 library tests and 806 host tests).installandsync.Related Issues
Notes
This change only corrects generated
env_http_headers. It does not change stdioenv_varsor MCP endpoint response handling.Merge first, before #166, #178, and #177. This Codex MCP fix is independent and gives those branches a common base for their rebases.