This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryAdded six new Claude Code skills and updated prompt templates to Anthropic best practices.
Full changelog
What's new
6 new Claude Code skills (claude-plugin/skills/)
Stateless (Mistral-native):
contract-analyzer—mistral_ocr→mistral_chat(mistral-large-latest + json_schema) → risk-rated clause extractionpdf-invoice-extractor—mistral_ocr→mistral_chat(mistral-small-latest + json_schema) → structured invoice fieldsaudio-dispatch—voxtral_transcribe(diarize:true) → per-speaker action plan (core path via json_schema, full path via mistral_classify)
Workflow-oriented (human-in-the-loop via Mistral Workflows):
contract-review-workflow— durable contract review withworkflow_interact(signal: human_approval)gatescompliance-audit-workflow— multi-step audit with mid-runworkflow_interact(query: get_findings)+ decision signalsresearch-pipeline-workflow— hypothesis-driven research withworkflow_interact(query: get_hypotheses)+ amendment injection
Prompt engineering improvements (src/prompts.ts)
All 6 prompt templates updated to follow Anthropic best practices:
- Data before instructions — long inputs wrapped in XML tags (
<transcript>,<document>, diff blocks) placed before instructions - XML tags for content separation
- Positive framing throughout (e.g. "Appuie-toi uniquement sur le contenu" vs "N'invente pas")
mistral-router skill updates
- Added
core/fullprofile column to tools table - Fixed
reasoning_effortenum: only"none"|"high"(aligned with actual API) - Added workflow tools + 6 new skills to decision rules and examples
Stats
- 174 tests passing (unit + contract + stdio e2e + live API)
- 22 MCP tools (8 core, full set on
MISTRAL_MCP_PROFILE=full) - 11 Claude Code skills total (5 legacy + 6 new)
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]