Skip to content

feat(mcp): add Codex client configuration - #7164

Merged
waleedlatif1 merged 2 commits into
stagingfrom
feat/mcp-codex-instruct
Aug 28, 2026
Merged

feat(mcp): add Codex client configuration#7164
waleedlatif1 merged 2 commits into
stagingfrom
feat/mcp-codex-instruct

Conversation

@TheodoreSpeaks

Copy link
Copy Markdown
Collaborator

Summary

  • Add ready-to-paste Codex configuration for public and API-key-protected workflow MCP servers.
  • Document Codex setup and add TOML syntax highlighting while preserving Claude Code support.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Other: ___________

Testing

  • bun run lint
  • bun run check:audits
  • bun run apps/sim/scripts/check-block-registry.ts origin/staging
  • bun run docs-manifest:check
  • Affected workspace type checks
  • bunx vitest run packages/emcn/src/components/code/code.test.tsx

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Screenshots/Videos

Not included; the settings surface requires an authenticated workspace with an existing workflow MCP server.

@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Aug 27, 2026 5:37pm

Request Review

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 6 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@greptile-apps

greptile-apps Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds ready-to-paste Codex configuration for public and API-key-protected workflow MCP servers.

  • Adds Codex as a selectable MCP client and generates TOML configuration.
  • Restores the permission-gated API-key creation action for private Codex servers.
  • Adds TOML syntax highlighting and updates MCP documentation and product content.

Confidence Score: 5/5

The 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 SIM_API_KEY; no blocking failure remains.

Important Files Changed

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

@TheodoreSpeaks

Copy link
Copy Markdown
Collaborator Author

@greptile

@waleedlatif1
waleedlatif1 merged commit 57235de into staging Aug 28, 2026
29 checks passed
@waleedlatif1
waleedlatif1 deleted the feat/mcp-codex-instruct branch August 28, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants