Jump to content
Registration disabled at the moment Read more... ×
Javier Tarí

Using "Clade Code" with Delphi

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×