Sign In

@microsoft/fabric-mcp

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/fabric-mcp - npm Package Compare versions

Comparing version
1.0.0
to
1.1.0
+9
-9
package.json
{
"name": "@microsoft/fabric-mcp",
"version": "1.0.0",
"version": "1.1.0",
"description": "Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric",

@@ -17,4 +17,4 @@ "author": "Microsoft",

"repository": {
"type": "git",
"url": "https://github.com/microsoft/mcp.git"
"url": "https://github.com/microsoft/mcp.git",
"type": "git"
},

@@ -37,8 +37,8 @@ "engines": {

"optionalDependencies": {
"@microsoft/fabric-mcp-linux-x64": "1.0.0",
"@microsoft/fabric-mcp-win32-arm64": "1.0.0",
"@microsoft/fabric-mcp-linux-arm64": "1.0.0",
"@microsoft/fabric-mcp-darwin-x64": "1.0.0",
"@microsoft/fabric-mcp-darwin-arm64": "1.0.0",
"@microsoft/fabric-mcp-win32-x64": "1.0.0"
"@microsoft/fabric-mcp-win32-arm64": "1.1.0",
"@microsoft/fabric-mcp-linux-x64": "1.1.0",
"@microsoft/fabric-mcp-darwin-arm64": "1.1.0",
"@microsoft/fabric-mcp-darwin-x64": "1.1.0",
"@microsoft/fabric-mcp-linux-arm64": "1.1.0",
"@microsoft/fabric-mcp-win32-x64": "1.1.0"
},

@@ -45,0 +45,0 @@ "scripts": {

@@ -22,2 +22,3 @@ # <img height="36" width="36" src="https://learn.microsoft.com/fabric/media/fabric-icon.png" alt="Microsoft Fabric Logo" /> Microsoft Fabric MCP Server NPM Package

- [Core Fabric Operations](#core-fabric-operations)
- [Data Factory Operations](#data-factory-operations)
- [Support and Reference](#support-and-reference)

@@ -41,2 +42,3 @@ - [Documentation](#documentation)

- **Local-First Security**: Runs entirely on your machine—never connects to your Fabric environment
- **Data Factory Integration**: Pipeline and Dataflow Gen2 management with M query execution

@@ -162,2 +164,14 @@ # Installation

### Data Factory Operations
| Tool Name | Description |
|-----------|-------------|
| `datafactory_list-pipelines` | Lists all pipelines in a Microsoft Fabric workspace. |
| `datafactory_create-pipeline` | Creates a new pipeline in a workspace. |
| `datafactory_get-pipeline` | Gets details of a specific pipeline. |
| `datafactory_run-pipeline` | Runs a pipeline on demand. |
| `datafactory_list-dataflows` | Lists all Dataflow Gen2 items in a workspace. |
| `datafactory_create-dataflow` | Creates a new Dataflow Gen2 item. |
| `datafactory_execute-query` | Executes an M (Power Query) query against a dataflow. |
> Always verify available commands via `--help`. Command names and availability may change between releases.

@@ -174,3 +188,3 @@

- The Microsoft Fabric MCP Server is an **open-source project in Public Preview**. Support for this server implementation is primarily provided through community channels and GitHub repositories. Customers with qualifying Microsoft enterprise support agreements may have access to limited support for broader Microsoft Fabric and platform scenarios; review the [Microsoft Support Policy](https://github.com/microsoft/mcp/blob/main/servers/Fabric.Mcp.Server/SUPPORT.md#microsoft-support-policy) section of this project for more details.
- Support for this server implementation is primarily provided through community channels and GitHub repositories. Customers with qualifying Microsoft enterprise support agreements may have access to limited support for broader Microsoft Fabric and platform scenarios; review the [Microsoft Support Policy](https://github.com/microsoft/mcp/blob/main/servers/Fabric.Mcp.Server/SUPPORT.md#microsoft-support-policy) section of this project for more details.
- Check the [Troubleshooting guide](https://github.com/microsoft/mcp/blob/main/servers/Fabric.Mcp.Server/TROUBLESHOOTING.md) to diagnose and resolve common issues.

@@ -177,0 +191,0 @@ - We're building this in the open. Your feedback is much appreciated!