Overview
Enable AI agents to actually DO things! Learn MCP - the protocol that lets agents use tools, access data & execute actions. Create servers your agents can call, from simple calculators to shopping assistants. Connect OpenAI agents to multiple services, add auth, and watch your AI come alive!
Syllabus
- Course 1: Introduction to OpenAI Agents SDK in TypeScript
- Course 2: Building MCP Servers in TypeScript
- Course 3: Efficient MCP-Agent Integration in TypeScript
Courses
-
Get started with the OpenAI Agents SDK and discover how AI agents actually work! This practical course teaches you to build and run your own agents in TypeScript, understand their conversation flows, and see how they use built-in and custom tools to accomplish tasks.
-
Master the Model Context Protocol (MCP) by building robust servers in TypeScript. This course covers setting up MCP servers with different transports, managing stateful sessions, and creating tools, resources, and prompts that AI agents can discover and interact with seamlessly.
-
Take your MCP server skills to the next level! Optimize agent-server interactions with tool caching, connect agents to multiple MCP servers at once, integrate your MCP server with web frameworks, and add security through authentication middleware.