Category: AI
Your API Can’t Be a Model Context Protocol (MCP)
Introduction: In the world of AI-powered applications, it’s easy to assume that exposing your existing APIs to an LLM magically turns them into a Model…
Building a Complete Model Context Protocol (MCP) Implementation with .NET and Microsoft Graph API
Introduction: The Model Context Protocol (MCP) represents a standardized approach for AI systems to interact with external data sources and services. In enterprise environments, where…
Exposing ASP.NET Core APIs as MCP Servers with HTTP Transport
Introduction: In my earlier post, I explained how to build your first MCP server using .NET and connect it to VS Code. Now, let’s take…
Building Your First MCP Server in .NET with VS Code
Introduction: In my previous article, Understanding MCP – Model Context Protocol, I introduced the basics of MCP and why it is becoming an essential part…
Understanding MCP (Model Context Protocol)
Introduction MCP is an open protocol that allows applications to send context to large language models (LLMs). You can think of MCP as a USB-C…
From SharePoint to Smart Answers: Building an AI Agent in Microsoft Teams
Introduction: In this article, I’ll walk you through how I built a fully integrated AI-powered knowledge agent that lives inside Microsoft Teams. This intelligent agent…