mcp
3 articles tagged “mcp”.
3 articles tagged “mcp”.

An AI agent is an LLM that calls your own code through tools, in a loop. Two ways to build one in Delphi: provider function calling and the MCP open standard…

Run your Delphi MCP server over stdin/stdout and let the client spawn it as a local subprocess, the native pattern used by AI coding agents…

Step-by-step guide to building an MCP server in Delphi with TsgcAI_MCP_Server. Expose tools, resources, prompts to Claude and GPT clients over stdio or HTTP.