Skip to content

v5.4.0

Latest

Choose a tag to compare

@larbish larbish released this 09 Dec 11:19
· 4 commits to main since this release

🚀 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

  • links: handle app.baseURL in Markdown generated link (#1221) 16f5e35

💚 New Contributors

Full Changelog: v5.3.1...v5.4.0