Product Updates

New updates and improvements
March 2025

MCP server generator

Generate MCP servers so that AI applications can interact with your docs or APIs. Written content is automatically generated as an MCP server, and you can generate an MCP server from your OpenAPI spec with one click. Check out docs on getting started with MCP.

mcpt: a registry for MCP servers

Discover 105+ MCP servers at mcpt. This directory includes both official servers and those from our own customer base.

Improvements

  • Tag changelog updates so end users can filter updates
  • Sonnet-3.7 supported for AI Chat. Configure your preferred model through the dashboard
  • Change your deployment name directly in dashboard settings

Bug fixes

  • OG images fixed
  • Fixed icon style inconsistency for anchors without container
  • Improved styling nits for dashboard border for mobile-tablet-desktop responsiveness
  • Show code examples even when in simple mode for API playground
  • Support “command + k” shortcut for search in web editor
  • Codeblocks within callouts expand to fill the width of the callout area
February 2025

New Configuration Schema docs.json

We’ve introduced a new docs.json schema as a replacement for mint.json, to support better multi-level versioning, easier visual comprehension, and more consistent terminology. For more information on what’s changed, check out our blog.Upgrade from mint.json to docs.json with the following steps:
  1. Make sure your CLI is the latest version
npm i mintlify@latest -g
  1. In your docs repository, run
mintlify upgrade
  1. Delete your old mint.json file and push your changes

CI Checks

Automatically lint your docs to find broken links, discover spelling and grammar issues, or enforce writing styles with your own Vale config. Learn more in our docs.

.md support for LLMs

All documentation pages are now automatically available as plain Markdown files—just append .md to the URL. This makes it easier for LLMs to ingest individual pages from your documentation.

More Themes

New pre-built themes to modify the look & feel of your docs. Configure via your docs.json file.Now available:
  • Maple
  • Palm
  • Willow

Other improvements

  • Guide to Technical Writing:Best practices for writing technical documentation, including audience research, content types, and writing tips.
  • Dropdown component: Organize navigation with a dropdown, in addition to tabs and anchors.
  • AI syntax fixer: The web editor will catch if there’s a parsing error and use AI to suggest fixes.
January 2025

AI Assistant Improvements

  • New UI with dedicated chat page & pre-filled prompts
  • Stability improvements, e.g. bug fixes of editing the wrong file or no files at all
  • More robust knowledge for adding & editing components
  • Improved mint.json file editing

Partial Authentication

Customize access to any page or section of content depending on user permissions. Supports connecting with your own authentication system.

Revamped API Playground

We’ve overhauled the design and performance of the API Playground. Updates include:
  • Easier detail expansion for an overview of a field
  • More intuitive nested design, e.g. adding or deleting items
  • Faster response times

Quality Improvements

  • Support for requiring authentication to access preview deployments