@microsoft/powerbi-modeling-mcp-linux-x64 0.5.0-beta.4 → 0.5.0-beta.6

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,6 +2,18 @@
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.6] - 2026-05-07 - Pre-release
6
+
7
+ ### Fixes
8
+
9
+ - *(connection)* Fix special character handling in connection string
10
+
11
+ ## [0.5.0-beta.5] - 2026-05-01 - Pre-release
12
+
13
+ ### Other Changes
14
+
15
+ - Chore(release) port release fixes to main for future releases
16
+
5
17
  ## [0.5.0-beta.4] - 2026-04-22 - Pre-release
6
18
 
7
19
  ### 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.4",
3
+ "version": "0.5.0-beta.6",
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",