@microsoft/powerbi-modeling-mcp 0.5.0-beta.8 → 0.5.0-beta.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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.9] - 2026-06-02 - Pre-release
6
+
7
+ ### Fixes
8
+
9
+ - *(refresh)* Enhanced Refresh supports 'My workspace' semantic models
10
+ - *(refresh)* Enhanced Refresh supports semantic models in workspaces with whitespace in the name
11
+
5
12
  ## [0.5.0-beta.8] - 2026-05-22 - Pre-release
6
13
 
7
14
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/powerbi-modeling-mcp",
3
- "version": "0.5.0-beta.8",
3
+ "version": "0.5.0-beta.9",
4
4
  "description": "Power BI Modeling MCP Server - Node.js client package for installing and running the Power BI Modeling MCP server",
5
5
  "author": "Microsoft",
6
6
  "homepage": "https://github.com/microsoft/powerbi-modeling-mcp#readme",
@@ -38,11 +38,11 @@
38
38
  "arm64"
39
39
  ],
40
40
  "optionalDependencies": {
41
- "@microsoft/powerbi-modeling-mcp-linux-x64": "0.5.0-beta.8",
42
- "@microsoft/powerbi-modeling-mcp-darwin-arm64": "0.5.0-beta.8",
43
- "@microsoft/powerbi-modeling-mcp-win32-arm64": "0.5.0-beta.8",
44
- "@microsoft/powerbi-modeling-mcp-win32-x64": "0.5.0-beta.8",
45
- "@microsoft/powerbi-modeling-mcp-linux-arm64": "0.5.0-beta.8"
41
+ "@microsoft/powerbi-modeling-mcp-linux-x64": "0.5.0-beta.9",
42
+ "@microsoft/powerbi-modeling-mcp-win32-arm64": "0.5.0-beta.9",
43
+ "@microsoft/powerbi-modeling-mcp-darwin-arm64": "0.5.0-beta.9",
44
+ "@microsoft/powerbi-modeling-mcp-linux-arm64": "0.5.0-beta.9",
45
+ "@microsoft/powerbi-modeling-mcp-win32-x64": "0.5.0-beta.9"
46
46
  },
47
- "mcpName": "powerbi-modeling-mcp"
47
+ "mcpName": "com.microsoft/powerbi-modeling-mcp"
48
48
  }