I want to use Github Copilot or claude or open api for generating documentation of my entire project which may have 1000+ files and i want to use MCP server probably hosted on a cluster to generate documentation for my project. Maybe by triggering the MCP server via CI.
In the future on every commit i would like the documentation to be updated?
Is it possible to have a fully automated CI + MCP +LLM for my use case and if so how feasible and time taking the solution is?