About
This .NET sample demonstrates the creation of an AI agent that leverages Azure OpenAI models and communicates with a remote MCP server, showcasing a complete client-server architecture. The client application, built with .NET Blazor, interacts with a TypeScript-based MCP server, both deployed on Azure Container Apps (ACA). Security is enforced through ACA's built-in authentication for the client, while the server is exclusively accessible by the client, ensuring a secure and isolated environment for AI agent interactions.