[codex] Add ChatGPT MCP deployment preflight#124
Merged
Conversation
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.
What changed
deploy/chatgpt-mcp/for a direct Cloud Run deployment of the ChatGPT review MCP endpoint.vulca[mcp]==0.23.1PyPI package and runsvulca-mcp-remote.scripts/chatgpt_app_preflight.pyto verify the submission JSON, remote MCP tool list, tool annotations, output schemas, test case coverage, and forbidden response metadata.vulcaart.art/mcp.Why
OpenAI rejected prior submissions for incomplete privacy/screenshot evidence. This PR makes the production MCP deployment and resubmission preflight explicit, repeatable, and limited to the five review-safe tools.
Validation
git diff --checkpython -c "import yaml; yaml.safe_load(open('deploy/chatgpt-mcp/cloudbuild.yaml'))"PYTHONPATH=src /opt/homebrew/bin/python3 scripts/chatgpt_app_preflight.py --submission chatgpt-app-submission.jsonPYTHONPATH=src /opt/homebrew/bin/python3 -m pytest tests/test_mcp_remote_profile.py tests/test_visual_discovery_docs_truth.py -q-> 27 passedRemaining before OpenAI resubmission
https://<cloud-run-service-url>/mcp.Docker and gcloud were not available in the local Codex environment, so container build and production deploy were not executed here.