🚀 Features
Every Docus instance now includes a built-in MCP server, making your documentation accessible to AI tools like Claude, Cursor, VS Code, and others through the Model Context Protocol.
The server is enabled by default and available at the /mcp path of your documentation URL.
📖 More info on https://docus.dev/ai/mcp
You can disable the MCP server in your nuxt.config.ts:
export default defineNuxtConfig({
mcp: {
enabled: false,
},
})🐛 Bug Fixes
💚 New Contributors
- @josiasmontag made their first contribution in #1221
Full Changelog: v5.3.1...v5.4.0