» Tag
mcp
107 postsMCP vs CLI: What Actually Survived in Production
A retrospective on MCP vs CLI for AI agents: token costs, lifecycle independence, containers, and a decision tree built from production failures.
AI Agent Security Decisions Belong at the Tool Call
Real security for AI agents lies not in setting up MCP connections but in runtime control of each tool call; the HCP paper shows why with concrete evidence.
ANSI Escape Injection in MCP Servers: Hidden from Humans, Visible to AI
ANSI escape injection poses risks to AI systems. This article explores detection methods using DAST and the implications for security.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comHow to Build an MCP Server for Your SaaS: Lessons Learned
Learn how to set up an MCP server for your SaaS. Insights and tips from my experience.
MCP Server Crashes: The Error Recovery Pattern That Saved It
I developed an effective error handling method for my MCP server. Prevent server crashes with a robust error recovery pattern.
Progress Bar Is Not an API: Separating CLI UI from Events
Co-op Translator v0.20.0 separates its Rich CLI UI from a structured event stream, freeing integrations from parsing fragile console text.
Hosting an MCP Server in ASP.NET Core: MapMcp and Production Config
Discover how to host an MCP server in ASP.NET Core. Learn about stateless mode and production configurations.
Building an MCP Client in C#: Connecting, Discovering, and Calling Tools
Learn how to build an MCP client in C#. Discover connection, tool discovery, and invocation processes.
Turning a System of Record into an AI Agent: Building MCP Tools on Azure
Explore the process of transforming a record system into AI agent MCP tools using Azure.
Warden: A Security Proxy for MCP (Audit, Policy, Injection Defense)
Warden provides a security middleware for MCP, managing tool calls with audit and policy enforcement.