I'm thinking of building a MCP server to dynamically retrieve latest docs.
Which libraries would you like to see supported/indexed first?
I find that even with the latest models, AI always incorrectly changes my OpenAI or NextJS related code.
For example:
- it ALWAYS changes gpt-4o-mini to gpt-4.
- it often changes client.chat.beta.completions to client.chat.completions.create
- it always uses Next 14 conventions when my project is using Next 15.
You could put it all in .rules file, but that will inject it into every single prompt which could decrease the answer quality because its not always relevant and bloats the .rules file when you have many libraries you are working with.