@slates-integrations/microsoft-fabric 0.1.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # <img src="https://provider-logos.metorial-cdn.com/microsoft-fabric.svg" height="20"> Microsoft Fabric
2
+
3
+ Use Microsoft Fabric REST APIs, OneLake data-plane APIs, and compact vendored Fabric documentation resources from integration tools.
4
+
5
+ This native integration mirrors the official Microsoft Fabric local MCP tool areas:
6
+
7
+ - Docs: Fabric workloads, API specs, item definitions, best practices, and examples.
8
+ - OneLake: workspace/item discovery, file transfer, directory operations, and table metadata.
9
+ - Core: Fabric item creation.
10
+ - Data Factory: Data Pipeline and Dataflow listing, creation, execution, and query tools.
11
+
12
+ Authentication uses Microsoft Entra delegated OAuth. The integration stores both a Fabric API token and a Storage-audience token for OneLake calls. The connected app needs delegated Fabric permissions and Azure Storage delegated consent.
13
+
14
+ ## Notes
15
+
16
+ - File downloads and query streams are returned as attachments.
17
+ - Production Fabric endpoints are used by default.
18
+ - Non-production Fabric environments are configuration-gated for development and are not advertised in marketplace copy.