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
0.0.0-beta.6
to
0.0.0-beta.7
+7
-7
package.json
{
"name": "@microsoft/fabric-mcp",
"version": "0.0.0-beta.6",
"version": "0.0.0-beta.7",
"description": "Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric",

@@ -36,8 +36,8 @@ "author": "Microsoft",

"optionalDependencies": {
"@microsoft/fabric-mcp-linux-x64": "0.0.0-beta.6",
"@microsoft/fabric-mcp-win32-x64": "0.0.0-beta.6",
"@microsoft/fabric-mcp-linux-arm64": "0.0.0-beta.6",
"@microsoft/fabric-mcp-win32-arm64": "0.0.0-beta.6",
"@microsoft/fabric-mcp-darwin-x64": "0.0.0-beta.6",
"@microsoft/fabric-mcp-darwin-arm64": "0.0.0-beta.6"
"@microsoft/fabric-mcp-darwin-x64": "0.0.0-beta.7",
"@microsoft/fabric-mcp-win32-arm64": "0.0.0-beta.7",
"@microsoft/fabric-mcp-linux-arm64": "0.0.0-beta.7",
"@microsoft/fabric-mcp-win32-x64": "0.0.0-beta.7",
"@microsoft/fabric-mcp-linux-x64": "0.0.0-beta.7",
"@microsoft/fabric-mcp-darwin-arm64": "0.0.0-beta.7"
},

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

@@ -137,4 +137,9 @@ # <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

| `onelake item create` | Provision new Fabric items (lakehouse, notebook, etc.). |
| `onelake table config get` | Retrieve table API configuration for a workspace item. |
| `onelake table namespace list` | Enumerate table namespaces (schemas) exposed through the table API. |
| `onelake table namespace get` | Inspect metadata for a specific namespace. |
| `onelake table list` | List tables published within a namespace. |
| `onelake table get` | Retrieve the definition for a specific table. |
All commands accept either GUID identifiers (`--workspace-id`, `--item-id`) or friendly names (`--workspace`, `--item`), with the exception of `onelake item create`, which currently requires GUID identifiers. Friendly-name items must be provided as `<itemName>.<itemType>` (for example, `SalesLakehouse.lakehouse`). Use `dotnet run -- onelake --help` (or `fabmcp onelake --help` for published builds) to inspect the complete option set before scripting.
All commands accept either GUID identifiers (`--workspace-id`, `--item-id`) or friendly names (`--workspace`, `--item`), with the exception of `onelake item create`, which currently requires GUID identifiers. Friendly-name items must be provided as `<itemName>.<itemType>` (for example, `SalesLakehouse.lakehouse`). Table commands also accept the schema via `--namespace` or its alias `--schema`. Use `dotnet run -- onelake --help` (or `fabmcp onelake --help` for published builds) to inspect the complete option set before scripting.

@@ -141,0 +146,0 @@ # Support and Reference