Blog
Featured Blog Post
Tuesday, August 4, 2026
Deploying a Delphi HTTP backend on Linux has always involved a decision you didn't really want to make. You could build an Apache module with WebBroker which means installing and configuring Apache on every server, matching module...
Blog Posts:
Latest arrow_downward | Views
Thursday, July 16, 2026
For years, FNC Maps has given VCL and FMX developers one component that talks to Google Maps, Azure Maps, HERE, Mapbox, Leaflet and half a dozen other providers through a single, consistent API. It is one of those components people forget...
Wednesday, July 15, 2026
Model Context Protocol (MCP) is the standard that lets AI clients like Claude Desktop, OpenAI Desktop, Cursor, ... call out to your own tools. An MCP server exposes a set of functions, the assistant reads their descriptions, decides when to ...
Monday, December 22, 2025
When you start working with TMS AI Studio and its MCP components, one of the most natural deployment targets youll eventually consider is a Windows service. A Windows service gives you a persistent, always-running enviro...
Thursday, October 23, 2025
The TMS AI Studio toolkit makes it easy to build, run, and integrate Model Context Protocol (MCP) servers components that allow AI assistants to communicate directly with external data and services. Inclu...
Thursday, October 2, 2025
Building MCP (Model Context Protocol) servers just got significantly easier with the new attributes support in TMS AI Studio. This powerful feature allows developers to transform any Delphi class into a fully functional MCP server u...
Thursday, August 14, 2025
The Model Context Protocol (MCP) has revolutionized how AI agents interact with external data sources and tools. With the newest version of TMS AI Studio, we now have Streamable HTTP Transport suppor...
Thursday, July 24, 2025
We're thrilled to announce the release of TMS AI Studio, a revolutionary new product that brings the power of AI directly into your Delphi development workflow. Building on TMS Software's tradition of innovat...
Wednesday, March 19, 2025
The StellarDS SDK for .NET, launched just last week, brings a powerful and structured way to interact with cloud-based data. Designed to simplify development and optimize API interactions, this SDK provides strong typing, an intuiti...
Wednesday, March 12, 2025
We're excited to announce the launch of the new StellarDS SDK for .NET! Designed to simplify development and optimize API interactions, this SDK provides strong typing, a structured design, and intuitive features to make integrat...
Wednesday, March 5, 2025
In Part One, we laid the foundation for our StellarDS management application by setting up a React project, installing the necessary dependencies, and using the StellarDS TypeScript SDK to manage tables. We built a TableList c...