events
2 Topics🚀 Connecting AI Agents to Microsoft Fabric: MCP Servers
Ever wanted your AI agent to interact with Microsoft Fabric using plain English? That’s exactly what Model Context Protocol (MCP) servers enable. What is MCP? MCP is an open standard that gives AI agents a secure, unified way to access data and services—eliminating fragile custom integrations. It brings structured operations, discoverable capabilities, and a secure-by-design approach. Two MCP servers, different needs: 🔹Fabric Core MCP Server (remote) No setup required. API-based access with OAuth 2.0—ideal for quick, governed access to Fabric. 🔹Fabric MCP Server (local) Open-source and developer-friendly. Provides API docs and local file system access—great for hands-on development. Why it matters These capabilities allow teams to interact with Fabric naturally using AI—accelerating productivity from prototyping to production. 🔒Security remains key, with support for authentication and role-based access control. Whether you want speed or control, there’s an MCP server for your workflow. 👉Which approach works best for you—remote for simplicity, or local for flexibility? #MicrosoftFabric #AI #MCP #DataEngineering #ModelContextProtocol #AgenticAI #Microsoft Reference: https://learn.microsoft.com/en-us/rest/api/fabric/articles/mcp-servers/what-is-fabric-mcp-server Connect : www.linkedin.com/in/amish-s-sinha-582b0392 https://amishssinha.substack.com/ https://amishssinha.lovable.app/476Views8likes1CommentMCP vs. Plugins vs. Skills for Agents: The Path to Native Agentic AI Development
🚀MCP vs. Plugins vs. Skills for Agents: The Path to Native Agentic AI Development Every truly useful AI agent must go beyond its training data. To be effective in the real world, an agent needs to call APIs, query databases, operate infrastructure, understand domain‑specific workflows, and adhere to organizational standards and guardrails. The question is no longer whether agents should be extensible—it’s how that extensibility should be designed. By 2026, three distinct extensibility models have crystallized across the agentic AI ecosystem: Model Context Protocol (MCP) — a universal, open protocol that connects agents to external tools, services, and data sources Plugins — installable, distributable packages that bundle tools, instructions, configurations, and sometimes sub‑agents AI Skills — structured, reusable prompt artifacts that encode domain expertise and guide how agents reason, decide, and act These models are often discussed as if they compete with one another. They don’t. Each operates at a different layer of the agent stack, and the most capable agent architectures intentionally combine all three. The problem is that their roles are frequently misunderstood, which leads to poor design decisions, fragile agents, and unnecessary complexity. In this post, I’ll break down what each model actually does, where it fits in the architecture, and how to compose MCPs, Plugins, and Skills into a cohesive, production‑ready agentic system—one that scales across teams, tools, and environments. Blog :https://github.com/AmishSinhaMS/mcp-vs-plugins-vs-skills #mcp #plugins #extensibility #aiagents #githubcopilot #agentic-ai model-#context-protocol #ai-skills #microsoft-foundry #Skills for Fabric #Microsoft Fabric #CLI Connect : www.linkedin.com/in/amish-s-sinha-582b0392 https://amishssinha.substack.com/ https://amishssinha.lovable.app/1.7KViews6likes0Comments