[AI] Add Agent like Mintlify
Users can ask questions about the Docs.
A Context7 MCP server can be integrated into the Agent so that it can access the docs hosted on Github.
I don't see other Docs solutions are building this feature.
It would be great to see Nuxtlab docus has this.
I'm not sure the official docs provide enough context for this. If you mean using this for any docs site generated with Docus then it would need to be host-agnostic (people host code on places that aren't Github you know).
@taowang1993 You can take a look at this Docus project, where I've combined an MCP server and connected an agent on top!
Demo: https://mcp-toolkit.nuxt.dev/getting-started/introduction
Repo: https://github.com/nuxt-modules/mcp-toolkit
Relate PR: https://github.com/nuxt-content/docus/pull/1203