
Building AI CI/CD Pipelines with MCP
MCP (Model Context Protocol) is designed for stateless tool execution, meaning each tool invocation is independent of any previous calls. But many real-world agent workflows need memory or context the ability to remember facts between calls or share state across steps. This article explores how to design MCP-based tools that maintain context across calls, while honoring MCP’s…