Building an MCP Gateway with Apigee API Gateway
Explores using Apigee API Gateway to govern and secure MCP (Model Context Protocol) servers for AI agents, including JWT validation and JSON-RPC parsing.
Explores using Apigee API Gateway to govern and secure MCP (Model Context Protocol) servers for AI agents, including JWT validation and JSON-RPC parsing.
Explains how to implement Server-Sent Events (SSE) in ASP.NET Core Minimal APIs with .NET 10, comparing SSE to SignalR and providing a practical example.
A tutorial on using LangChain in JavaScript to stream structured output from OpenAI to a Next.js chatbot frontend using Server-Sent Events.
Explains why Fastify developers should avoid using reply.raw and reply.hijack for HTTP streams, despite their power, due to risks and complexity.