@microsoft/powerbi-modeling-mcp-linux-x64 0.5.0-beta.11 → 0.5.0-beta.12
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 +18 -0
- package/dist/powerbi-modeling-mcp +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
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.12] - 2026-07-29 - Pre-release
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- *(table-operations)* Add FieldParameter to table tool
|
|
10
|
+
- Add per-request ResultMode to dax_query_operations Execute (Resource default, Inline opt-in); remove server-level DaxQueryConfiguration.ResultMode and DaxResultMode.Both
|
|
11
|
+
- Omit empty {} JSON envelopes on success for certain tool calls; emit warnings as a trailing block
|
|
12
|
+
- Remove HTTP mode
|
|
13
|
+
- Annotate tools with title, read-only and destructive hints
|
|
14
|
+
- Remove PBI_MODELING_MCP_ACCESS_TOKEN env var authentication
|
|
15
|
+
- Removed databaseName parameter from database_operations tool call payloads. ExportTMDL / ExportTMSL now export the connection-bound database. Update resolves the target name from update name or the active connection.
|
|
16
|
+
|
|
17
|
+
### Fixes
|
|
18
|
+
|
|
19
|
+
- Allow repairing broken calculated columns and calculated table partitions in error states
|
|
20
|
+
- Allow single-partition table source updates
|
|
21
|
+
- Allow updating single-partition table sources
|
|
22
|
+
|
|
5
23
|
## [0.5.0-beta.11] - 2026-06-25 - Pre-release
|
|
6
24
|
|
|
7
25
|
### Features
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/powerbi-modeling-mcp-linux-x64",
|
|
3
|
-
"version": "0.5.0-beta.
|
|
3
|
+
"version": "0.5.0-beta.12",
|
|
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 x64",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/microsoft/powerbi-modeling-mcp#readme",
|