@microsoft/fabric-mcp-linux-x64 0.0.0-beta.4 → 0.0.0-beta.5

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 CHANGED
@@ -92,6 +92,8 @@ Key capabilities:
92
92
 
93
93
  ### 📝 Best Practices & Examples
94
94
 
95
+ * "Show me best practices for handling API throttling in Fabric"
96
+ * "How should I implement retry logic for Fabric API rate limits?"
95
97
  * "List recommended retry/backoff behavior for Fabric APIs when rate-limited"
96
98
  * "Show me best practices for authenticating with Fabric APIs"
97
99
  * "Get example request/response payloads for creating a Notebook"
package/dist/fabmcp CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/fabric-mcp-linux-x64",
3
- "version": "0.0.0-beta.4",
3
+ "version": "0.0.0-beta.5",
4
4
  "description": "Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric, for linux on x64",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/Microsoft/mcp/blob/main/servers/Fabric.Mcp.Server#readme",