Add ChatGPT OAuth login mode#1
Merged
Merged
Conversation
Owner
Author
|
CodexWeb deployment note for this draft:
Detailed notes are in |
Owner
Author
|
CodexWeb temporary deployment update:
The test secret itself is intentionally not written into this PR comment. |
Owner
Author
|
CodexWeb merge closeout:
|
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
Adds an opt-in ChatGPT-compatible mode for
chrome-devtools-mcp:--chatgptstarts a Streamable HTTP MCP server while keeping default stdio behavior unchanged./mcpsupports authenticated Streamable HTTP sessions.Temporary VPS Deployment
Live test deployment:
Runtime secrets are stored on the VPS in
/root/chrome-devtools-mcp-chatgpt.envand are not included in the repository or this PR.Validation
Passed:
deploy/chatgpt.Dockerfilenpm run test:no-build tests/chatgpt-http-server.test.ts/healthreturns HTTP 200/mcpreturns 401 withWWW-Authenticateresource metadatatools/listworks over the same session and returns 29 toolsNot fully green yet:
node:22-bookwormcontainer failed because Chrome was not installed.TargetCloseError: Protocol error (Target.setDiscoverTargets): Target closedfailures. This looks like Docker/Chrome test environment instability rather than a direct failure of the ChatGPT HTTP/OAuth path.notebut the exposed schema rejects it, so VPS validation was used instead.Trace
Detailed workspace notes:
docs/workspace/2026-06-13-codexweb-chatgpt-login-adapter.md