Skip to content

v1.1.0

Latest

Choose a tag to compare

@jonaolden jonaolden released this 07 Oct 07:18
· 15 commits to master since this release
31a326d

Setup:

  {
    "mcpServers": {
      "MCPBI": {
        "type": "stdio",
        "command": "path\\to\\release\\mcpbi.exe",
        "cwd": "path\\to\\release",
        "args": ["--port", "YOUR_PBI_PORT"],
        "disabled": false,
        "alwaysAllow": [
          "ListTables",
          "GetTableDetails",
          "GetTableColumns",
          "GetTableRelationships",
          "ListMeasures",
          "GetMeasureDetails",
          "PreviewTableData",
          "RunQuery",
          "ValidateDaxSyntax",
          "AnalyzeQueryPerformance"
        ]
      }
    }
  }

Replace path\\to\\release with your actual release directory path and YOUR_PBI_PORT with the port number of your pbi instance.

What's Changed

Full Changelog: v1...v1.1.0