We were in several pilot phases where we could try out new AI coding tools. One of them was GitHub Copilot. When using these tools, I noticed that there is not a lot of training data included in the models about our internal design system called "Strato Design System," so I decided to write a small Model Context Provider, which provides documentation data from the Strato docs to the LLM.
Now, with the help of this tool, we can significantly improve the quality of our LLM-assisted coding sessions because the AI agents can retrieve the correct usage information about our internal design system components. With the help of this context, the LLMs can produce a vastly better coding output.
Just recently, I had to port some of our data tables to a new version of the Strato data table, which would have been a cumbersome task, but with the help of coding agents and the Strato docs MCP, the agent did most of the work. I could then go over the changes, refine them and get the migration through instantly.
This would've taken me a lot of time otherwise, and the agent could do the heavy lifting for me here, which was a big win for us.