Last active
March 15, 2026 04:06
-
-
Save discountry/552d0ae2f3193493520274a2af2681d5 to your computer and use it in GitHub Desktop.
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
| { | |
| "mcpServers": { | |
| "codex": { | |
| "command": "codex", | |
| "args": ["mcp-server"], | |
| "type": "stdio" | |
| } | |
| } | |
| } |
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
| { | |
| "args": [ | |
| "-m", | |
| "gpt-5.4", | |
| "-c", | |
| "model_reasoning_effort=high", | |
| "mcp-server" | |
| ], | |
| "command": "codex", | |
| "env": {}, | |
| "type": "stdio" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment