Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Codex plugin support to the repository and updates the MongoDB MCP setup skill documentation to account for Codex-specific credential configuration (config.toml vs shell env).
Changes:
- Add a Codex plugin manifest (
.codex-plugin/plugin.json) and an agents marketplace entry (.agents/plugins/marketplace.json). - Update
mongodb-mcp-setupskill instructions to detect Codex and configure credentials via~/.codex/config.tomlinstead of shell profiles. - Document Codex installation steps in the main README.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| skills/mongodb-mcp-setup/SKILL.md | Adds Codex detection and config.toml-based credential setup/verification paths alongside shell-based setup. |
| README.md | Adds Codex installation instructions. |
| .codex-plugin/plugin.json | Introduces Codex plugin manifest and UI metadata. |
| .agents/plugins/marketplace.json | Adds a marketplace definition pointing to this repo as the plugin source. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
gagik
approved these changes
Apr 28, 2026
cbullinger
reviewed
Apr 28, 2026
| "email": "agent-plugins@mongodb.com", | ||
| "url": "https://www.mongodb.com" | ||
| }, | ||
| "homepage": "https://www.mongodb.com/docs/codex/", |
Collaborator
There was a problem hiding this comment.
[note] we need to get a PR out to create this page in the docs
cbullinger
approved these changes
Apr 28, 2026
mongodb-server-docs-sync-bot Bot
pushed a commit
to mongodb/docs
that referenced
this pull request
Apr 28, 2026
- Adding new Codex page for Agent Skills (see mongodb/agent-skills#38) - Adding Codex to related skills pages Staging: https://deploy-preview-19813--mongodb-landing.netlify.app/docs/codex/#std-label-codex-plugin-install --------- Co-authored-by: Dachary <dc@dacharycarey.com>
addaleax
approved these changes
Apr 29, 2026
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.
Adds support for Codex (both cli and desktop app) and adjusts the mcp setup skill to handle the Codex specifics.