Posts tagged “MCP”
7 posts found
MCP Apps: Building Interactive UIs That Render Inside AI Chat with TypeScript
June 11, 2026
Most AI chat interfaces flatten complex interactions into text streams. MCP Apps render interactive UIs directly in the conversation—charts, forms, and dashboards that respond to user input without leaving the agent context.
MCP Goes Stateless: What the 2026-07-28 Spec Release Candidate Means for Your Servers
June 10, 2026
The Model Context Protocol 2026-07-28 release candidate eliminates handshakes and session state. Learn how the stateless core, extensions framework, and authorization hardening change production MCP server architectures.
Writing Your First Claude Code MCP Server in TypeScript: A Practical Guide
June 8, 2026
Build production-ready MCP servers for Claude Desktop with TypeScript. Learn the architecture, implement tools and resources, and ship your first server in under an hour.
The Claude Code Full Stack: When to Use CLAUDE.md, Skills, MCP, Subagents, and Hooks
June 4, 2026
Most Claude Code integration failures stem from misunderstanding the four-layer extension stack. Learn when to use CLAUDE.md, skills, MCP servers, subagents, and hooks—and why the distinction matters in production.
MCP SDK v2: Streamable HTTP, Session Resumption, and What It Means for Your Agent Architecture
May 24, 2026
Most MCP scaling failures stem from stateful stdio transport. The SDK v2 introduces Streamable HTTP and session resumption patterns that fundamentally change how production AI agents handle horizontal scaling.
Building Production AI Agents with the Claude Agent SDK and MCP: A TypeScript Deep Dive
May 23, 2026
The Claude Agent SDK transforms AI agents from proof-of-concept toys into production systems. This guide covers the architecture, MCP integration patterns, and real-world deployment strategies that separate working agents from robust ones.
Build a Custom MCP Server for Your API in 30 Minutes
January 22, 2026
Step-by-step TypeScript tutorial to build your first MCP server. Connect any API to Claude, ChatGPT, or other AI assistants using the Model Context Protocol.