@microsoft/powerbi-modeling-mcp-win32-arm64 0.5.0-beta.6 → 0.5.0-beta.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  The Power BI Modeling MCP Server is a multiplatform application that updates automatically in internal flows. Updates will be released periodically.
4
4
 
5
+ ## [0.5.0-beta.7] - 2026-05-19 - Pre-release
6
+
7
+ ### Features
8
+
9
+ - Update list operations to show additional properties, like isHidden
10
+
11
+ ### Fixes
12
+
13
+ - Update database DeployToFabric to not require connection name
14
+ - *(measures)* List measures now includes table information
15
+
5
16
  ## [0.5.0-beta.6] - 2026-05-07 - Pre-release
6
17
 
7
18
  ### Fixes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/powerbi-modeling-mcp-win32-arm64",
3
- "version": "0.5.0-beta.6",
3
+ "version": "0.5.0-beta.7",
4
4
  "description": "Power BI Modeling MCP Server - Node.js client package for installing and running the Power BI Modeling MCP server, for win32 on arm64",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/microsoft/powerbi-modeling-mcp#readme",