Skip to content
Learn Agentic AI
Learn Agentic AI archive page 48 of 146

Learn Agentic AI — Build Voice & Chat Agents

Step-by-step tutorials on building voice and chat AI agents using OpenAI Agents SDK, Realtime API, function calling, multi-agent orchestration, and production deployment patterns.

9 of 1313 articles

Learn Agentic AI
15 min read0Mar 16, 2026

Building an MCP Server in Python: Exposing Database Tools to AI Agents

Build a production-ready MCP server in Python using FastMCP that exposes database query and mutation tools to any AI agent, complete with input validation, error handling, and async database access.

Learn Agentic AI
14 min read0Mar 16, 2026

Building an MCP Server in TypeScript: Node.js Tools for AI Agents

Create a fully typed MCP server in TypeScript using the official MCP SDK, with tool handlers, Zod validation, and deployment strategies for exposing Node.js services to AI agents.

Learn Agentic AI
13 min read0Mar 16, 2026

MCP Resources: Exposing Read-Only Data Sources to AI Agents

Learn how MCP resources differ from tools, how to define resource URIs and templates, expose read-only data to AI agents with proper content types, and implement pagination for large datasets.

Learn Agentic AI
12 min read0Mar 16, 2026

MCP Prompts: Dynamic Instruction Templates for AI Agents

Master MCP prompts — server-defined instruction templates that guide AI agent behavior with dynamic arguments, context-aware instructions, and reusable prompt patterns across multiple agents.

Learn Agentic AI
13 min read0Mar 16, 2026

MCP Server Discovery and Registry: Finding and Connecting to Available Tools

Learn how MCP clients discover available servers, understand server manifests and tool catalogs, and build a lightweight server registry that lets agents dynamically connect to the right tools.

Learn Agentic AI
14 min read0Mar 16, 2026

MCP over HTTP: Building Remote Tool Servers with Streamable HTTP Transport

Build and deploy MCP servers accessible over HTTP using the Streamable HTTP transport, with Server-Sent Events for streaming, stateless vs stateful session modes, and strategies for horizontal scaling.

Learn Agentic AI
14 min read0Mar 16, 2026

Orchestrating Multiple MCP Servers: Building a Tool Ecosystem for Complex Agents

Design and implement multi-server MCP architectures where agents connect to multiple tool providers simultaneously, with namespace management, conflict resolution, and performance optimization.

Learn Agentic AI
15 min read0Mar 16, 2026

Testing MCP Servers: Unit Tests, Integration Tests, and Compliance Validation

Build a comprehensive test suite for MCP servers covering unit tests for tool logic, integration tests for protocol compliance, mock clients for end-to-end validation, and edge case coverage.