@microsoft/powerbi-modeling-mcp-linux-x64 0.5.0-beta.2 → 0.5.0-beta.4
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 +26 -0
- package/dist/powerbi-modeling-mcp +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
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.4] - 2026-04-22 - Pre-release
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- Add optional HTTP transport support
|
|
10
|
+
- Add remote MCP server mode to eval tests
|
|
11
|
+
- Add --http flag to auto-spawn MCP HTTP server in eval tests
|
|
12
|
+
- Add per-session connection isolation in HTTP mode
|
|
13
|
+
|
|
14
|
+
### Fixes
|
|
15
|
+
|
|
16
|
+
- Fix MCP HTTP route mapping to /mcp
|
|
17
|
+
- Update user hierarchy list operation to not require a filter. Fixing an inconsistency across tools that confused some agents
|
|
18
|
+
|
|
19
|
+
### Other Changes
|
|
20
|
+
|
|
21
|
+
- Add security warning about no MCP-level auth in HTTP mode
|
|
22
|
+
- Remove methods from IConnectionOperationsService interface
|
|
23
|
+
|
|
24
|
+
## [0.5.0-beta.3] - 2026-04-02 - Pre-release
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
- Add async refresh operations (RefreshWithAPI, CheckStatusOfRefreshWithAPI, CancelRefreshWithAPI)
|
|
29
|
+
- Rename Refresh to RefreshWithXMLA (breaking change)
|
|
30
|
+
|
|
5
31
|
## [0.5.0-beta.2] - 2026-03-27 - Pre-release
|
|
6
32
|
|
|
7
33
|
### 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.4",
|
|
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",
|