This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryAdded 22 tools, two live resources, and six curated prompts.
Full changelog
mistral-mcp v0.4.0 — a feature-complete MCP server for the Mistral AI stack.
Highlights
- 22 tools covering chat, embed, FIM, function calling, vision, OCR, audio (STT + TTS), agents, moderation, classification, files, batch, and MCP sampling.
- 2 live resources:
mistral://models,mistral://voices— both backed by live API calls with graceful fallback. - 6 curated prompts: 5 in French (
french_invoice_reminder,french_meeting_minutes,french_email_reply,french_commit_message,french_legal_summary) + 1 in English (codestral_review). Enum arguments support MCPcompletion/complete. - Dual transport: stdio by default, Streamable HTTP with optional bearer + origin allow-list.
- 148 tests across unit, contract, live API, and stdio e2e layers. CI matrix on Node 20 + 22.
Surface growth since v0.3.0
| | v0.3.0 | v0.4.0 |
|---|---|---|
| Tools | 5 | 22 |
| Resources | 1 | 2 |
| Prompts | 2 | 6 |
| Tests | 32 | 148 |
Install
npm install -g mistral-mcp
# or run from a local clone
git clone https://github.com/Swih/mistral-mcp
cd mistral-mcp && npm install && npm run build
Docs
Full diff: https://github.com/Swih/mistral-mcp/compare/v0.3.0...v0.4.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Swih/mistral-mcp
MCP server exposing 22 Mistral AI capabilities (chat, OCR, audio, vision, agents, embeddings, moderation, classification, files, batch) with dual transport (stdio + Streamable HTTP), structured outputs on every tool, and 6 curated French/English prompts with argument completion. Vendor API key required.
Related context
Beta — feedback welcome: [email protected]