Skip to content

Add support for Mistral Vibe agent#649

Closed
HeathNaylor wants to merge 1 commit intolaravel:mainfrom
HeathNaylor:feat/mistral-vibe-agent
Closed

Add support for Mistral Vibe agent#649
HeathNaylor wants to merge 1 commit intolaravel:mainfrom
HeathNaylor:feat/mistral-vibe-agent

Conversation

@HeathNaylor
Copy link
Contributor

The PR does the following:

  • Registers mistral-vibe (vibe CLI) as a supported agent with guidelines, MCP, and skills support
  • Writes MCP config to .vibe/config.toml using Vibe's [[mcp_servers]] TOML array-of-tables format with stdio and HTTP transports
  • Detects Vibe via command -v vibe (system) and .vibe directory (project)

Closes #618

Testing:

  • 20 unit tests covering properties, detection, MCP config generation, and TOML writing (including update/replace of existing servers)
  • Manually verified boost:install detects Vibe, generates correct .vibe/config.toml, and is idempotent on re-run

Note: I don't have a Mistral API key so I wasn't able to fully test that this work, someone else will have to go that final step.

Register mistral-vibe as a supported agent with MCP, guidelines, and
skills support. Uses Vibe's [[mcp_servers]] TOML array-of-tables config
format with stdio and HTTP transports.

Closes laravel#618
@pushpak1300
Copy link
Member

Hey I am closing this until someone tested this on mistral vibe. I am happy to add support for this but not a priority at the moment.

@renfordt
Copy link

renfordt commented Mar 14, 2026

Hey thanks for the work!
I have just tested it with mistral vibe and it seems like that it does work! 👍

@pushpak1300 if I shall test any specific case let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature Request: Add Support for Mistral Vibe Agent

3 participants