feat(mcp): add Codex client configuration - #7164
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
Greptile SummaryThis PR adds ready-to-paste Codex configuration for public and API-key-protected workflow MCP servers.
Confidence Score: 5/5The PR appears safe to merge. The previously reported private Codex setup gap is resolved: authorized users retain the API-key creation action, while the note explains that the resulting key must be assigned to
|
| Filename | Overview |
|---|---|
| apps/sim/app/workspace/[workspaceId]/settings/components/workflow-mcp-servers/workflow-mcp-servers.tsx | Adds Codex configuration and preserves the existing private-server key-creation path; the previously reported omission is fixed. |
| packages/emcn/src/components/code/code.tsx | Extends the code viewer’s supported language type with TOML. |
| packages/emcn/src/components/code/prism.ts | Registers the Prism TOML grammar for the new Codex configuration. |
| apps/docs/content/docs/en/workflows/deployment/mcp.mdx | Documents Codex configuration and environment-based API-key authentication. |
Reviews (2): Last reviewed commit: "fix(mcp): keep Codex key creation action" | Re-trigger Greptile
Collaborator
Author
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
Type of Change
Testing
bun run lintbun run check:auditsbun run apps/sim/scripts/check-block-registry.ts origin/stagingbun run docs-manifest:checkbunx vitest run packages/emcn/src/components/code/code.test.tsxChecklist
Screenshots/Videos
Not included; the settings surface requires an authenticated workspace with an existing workflow MCP server.