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

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,16 +2,37 @@
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.9] - 2026-06-02 - Pre-release
6
+
7
+ ### Fixes
8
+
9
+ - *(refresh)* Enhanced Refresh supports 'My workspace' semantic models
10
+ - *(refresh)* Enhanced Refresh supports semantic models in workspaces with whitespace in the name
11
+
12
+ ## [0.5.0-beta.8] - 2026-05-22 - Pre-release
13
+
14
+ ### Features
15
+
16
+ - `column_operations` supports Expression Context property
17
+
18
+ ### Other
19
+
20
+ - Update TOM to 19.114.1.3
21
+
5
22
  ## [0.5.0-beta.7] - 2026-05-19 - Pre-release
6
23
 
7
24
  ### Features
8
25
 
9
- - Update list operations to show additional properties, like isHidden
26
+ - Update LIST operations to show additional properties, like isHidden
27
+ - LIST operations include more properties (e.g. isHidden)
28
+ - `dax_operations` now supports impersonation with Roles and UserPrincipalName
29
+ - Managed Identity support with `--authmode=managedidentity`
10
30
 
11
31
  ### Fixes
12
32
 
13
33
  - Update database DeployToFabric to not require connection name
14
- - *(measures)* List measures now includes table information
34
+ - LIST measures now includes table information
35
+ - DeployToFabric don't require connection name
15
36
 
16
37
  ## [0.5.0-beta.6] - 2026-05-07 - Pre-release
17
38
 
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.7",
3
+ "version": "0.5.0-beta.9",
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",
@@ -35,5 +35,5 @@
35
35
  "cpu": [
36
36
  "arm64"
37
37
  ],
38
- "mcpName": "powerbi-modeling-mcp"
38
+ "mcpName": "com.microsoft/powerbi-modeling-mcp"
39
39
  }