@microsoft/powerbi-modeling-mcp-linux-arm64 0.5.0-beta.10 → 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 +28 -1
- package/dist/powerbi-modeling-mcp +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
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
|
+
|
|
23
|
+
## [0.5.0-beta.11] - 2026-06-25 - Pre-release
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
- Tools with an `ExportTMDL` operation have standardized functionality regarding writing content to file, outputting content in tool call response, and content length truncation. Serialization uses different default values when options are not specified. `database_operations` tool `ExportTMSL` operation returns TMSL content in response.
|
|
28
|
+
- Allow IsKey property on columns being set or updated for all tables.
|
|
29
|
+
- Add shared Analysis Services connect timeout parameter
|
|
30
|
+
- Skip write-operation confirmation prompts by default. Provide --require-confirmation flag
|
|
31
|
+
|
|
5
32
|
## [0.5.0-beta.10] - 2026-06-11 - Pre-release
|
|
6
33
|
|
|
7
34
|
### Features
|
|
@@ -12,7 +39,7 @@ The Power BI Modeling MCP Server is a multiplatform application that updates aut
|
|
|
12
39
|
|
|
13
40
|
- Removing structured content from the tool responses to prevent MCP clients from duplicating responses
|
|
14
41
|
- Remove `success` property from responses, as it sometimes confuses LLMs on failure
|
|
15
|
-
- Strip Analysis Services privacy markers (`<ccon>`, `<pii>`) from tool responses to remove telemetry noise from LLM-visible output
|
|
42
|
+
- Strip Analysis Services privacy markers (`<ccon>`, `<pii>`) from tool responses to remove telemetry noise from LLM-visible output
|
|
16
43
|
|
|
17
44
|
### Security 🛡️
|
|
18
45
|
|
|
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.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 arm64",
|
|
5
5
|
"author": "Microsoft",
|
|
6
6
|
"homepage": "https://github.com/microsoft/powerbi-modeling-mcp#readme",
|