.NET AI Integration Microsoft.Extensions.AI (Unified AI Abstraction) The recommended way to integrate AI in .NET apps. Provides a vendor-agnostic abstraction over AI services. Chat Completion Function Calling (Tool Use) - from official docs Embeddings Semantic Kernel (AI Orchestration) MCP (Model Context Protocol) in .NET - from official docs Build MCP Server MCP Server Config (.vscode/mcp.json) Build MCP Client Vector Search AI Integration in Blazor Tokenization (from official docs) Key Packages (verified from official docs) | Package | Purpose | Notes | |---------|---------|-------| | | Cor…