Javier Tarà 23 Posted 6 hours ago Anyone else using the Claude Code software to program in Delphi? I'm not asking about using AI to ask stuff about Delphi (not Claude, not ChatGPT, not Gemini)  If you are using Clade Code, please share anything useful for you on the topic  My two cents: I'm using with it the Context7 MCP server, which is helpful I've made a "compile" bash command that takes care of compilation I've finally made an agent that uses the command, and returns the result (It helps keeping the context cleaner): Compilation Sucessful Compilation Sucessful but there are warnings that you MUST fix (and the list of warnings) Compilation Error (and the list of the errors)  I'm trying to use DelphiLSP.exe through a MCP server, but with low success Share this post Link to post