AI Agents in Production — Day 1: Observability & Telemetry
2026-06-13
Stop running agents in the dark. Implement structured observability for AI agents — trace every tool call, track token costs, detect infinite loops, and build a real-time monitoring dashboard.
2555 words
|
13 minutes
Building an MCP Server from Scratch — Day 5: Testing, Publishing & Ecosystem
2026-06-10
Test your MCP server with automated tests, publish it to npm/GitHub, register on community directories, and explore the broader MCP ecosystem of clients, tools, and best practices.
2459 words
|
12 minutes
Building an MCP Server from Scratch — Day 4: Authentication & Production Hardening
2026-06-09
Secure your MCP server for production. API key authentication, Express middleware, rate limiting, CORS policies, environment validation, graceful shutdown, and Docker security hardening.
2587 words
|
13 minutes
Building an MCP Server from Scratch — Day 3: SSE Transport & Remote Deployment with Docker
2026-06-09
Take your MCP server from localhost to remote. Full SSE transport implementation with Express.js, Docker multi-stage build, environment configuration, health checks, MCP Inspector over SSE, and connecting Claude Desktop remotely.
2848 words
|
14 minutes
Building an MCP Server from Scratch — Day 2: Resources, Prompts & Advanced Tools
2026-06-08
Add Resources and Prompts to your MCP server. Expose issue comments as readable content, create reusable prompt templates, add advanced tools with pagination and streaming, and test all three capabilities together with MCP Inspector.
3029 words
|
15 minutes
Building an MCP Server from Scratch — Day 1: Project Setup & Architecture (Node.js + TypeScript)
2026-06-08
Step-by-step tutorial: Build your first MCP server from absolute zero. Learn the MCP protocol architecture, server lifecycle, project setup with Node.js/TypeScript, your first tool, and testing with MCP Inspector.
2118 words
|
11 minutes
Agent Security 2026: Production Security Patterns — The Complete Agent Defense Stack
2026-06-06
The final post in the Agent Security series: how to assemble everything into a production defense stack. Defense in depth for AI agents, security architecture patterns, incident response for agent breaches, monitoring and alerting, and a complete production-ready security configuration.
1583 words
|
8 minutes
Agent Security 2026: Agent Auditing & Compliance — SOC2, GDPR, and PCI for AI Agents
2026-06-04
How to audit AI agents for compliance frameworks. Audit trails, conversation logging, explainability, data retention, PII handling, SOC2 controls for agents, GDPR right to explanation, and PCI compliance for agent payment processing.
1795 words
|
9 minutes