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
- Migrate DMV to DAX INFO by @jonaolden in #15
- Revision by @jonaolden in #17
- Enhanced error handling w mcp protocol contributed by @tommyfgj
Full Changelog: v1...v1.1.0