Add MistralVibe and Codex client configurations#3594
Merged
aponcedeleonch merged 1 commit intomainfrom Feb 6, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3594 +/- ##
==========================================
+ Coverage 65.64% 65.67% +0.02%
==========================================
Files 409 409
Lines 40620 40620
==========================================
+ Hits 26666 26678 +12
+ Misses 11873 11861 -12
Partials 2081 2081 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2342e8c to
15ad3df
Compare
692c6ce to
5cc4fd1
Compare
5cc4fd1 to
e99ff27
Compare
e99ff27 to
b3cef1a
Compare
b3cef1a to
c696025
Compare
Add support for two new MCP clients that use TOML configuration: - MistralVibe (mistral-vibe): Mistral Vibe IDE - Uses TOML array-of-tables format ([[mcp_servers]]) - Config at ~/.vibe/config.toml - Supports transport type field - Codex (codex): OpenAI Codex CLI - Uses TOML nested tables format ([mcp_servers.servername]) - Config at ~/.codex/config.toml - No transport type field support (auto-detects) Both clients use the TOML infrastructure added in the previous PR. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
c696025 to
a263b80
Compare
JAORMX
approved these changes
Feb 6, 2026
dmjb
approved these changes
Feb 6, 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.
Closes: #3586 , #3553
Summary
Details
MistralVibe (
mistral-vibe)[[mcp_servers]]~/.vibe/config.tomlstreamable-httpmappingCodex (
codex)[mcp_servers.servername]~/.codex/config.tomlDependencies
This PR depends on #3596 and #3597 (TOML support infrastructure) and should be merged after those PRs land.
🤖 Generated with Claude Code