@microsoft/powerbi-modeling-mcp-linux-arm64 0.5.0-beta.6 → 0.5.0-beta.8
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 +25 -0
- package/dist/powerbi-modeling-mcp +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,31 @@
|
|
|
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.8] - 2026-05-22 - Pre-release
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- `column_operations` supports Expression Context property
|
|
10
|
+
|
|
11
|
+
### Other
|
|
12
|
+
|
|
13
|
+
- Update TOM to 19.114.1.3
|
|
14
|
+
|
|
15
|
+
## [0.5.0-beta.7] - 2026-05-19 - Pre-release
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- Update LIST operations to show additional properties, like isHidden
|
|
20
|
+
- LIST operations include more properties (e.g. isHidden)
|
|
21
|
+
- `dax_operations` now supports impersonation with Roles and UserPrincipalName
|
|
22
|
+
- Managed Identity support with `--authmode=managedidentity`
|
|
23
|
+
|
|
24
|
+
### Fixes
|
|
25
|
+
|
|
26
|
+
- Update database DeployToFabric to not require connection name
|
|
27
|
+
- LIST measures now includes table information
|
|
28
|
+
- DeployToFabric don't require connection name
|
|
29
|
+
|
|
5
30
|
## [0.5.0-beta.6] - 2026-05-07 - Pre-release
|
|
6
31
|
|
|
7
32
|
### Fixes
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/powerbi-modeling-mcp-linux-arm64",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.8",
|
|
4
4
|
"description": "Power BI Modeling MCP Server - Node.js client package for installing and running the Power BI Modeling MCP server, for linux on arm64",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/microsoft/powerbi-modeling-mcp#readme",
|