mirror of
https://github.com/MinaSaad1/pbi-cli
synced 2026-04-21 13:37:19 +00:00
Complete CLI framework for Power BI semantic models via MCP server: - Core: MCP client (stdio via mcp SDK), binary manager (VSIX download), config, connection store, dual output (JSON + Rich) - Commands: setup, connect, dax, measure, table, column, relationship, model, database, security-role, calc-group, partition, perspective, hierarchy, expression, calendar, trace, transaction, advanced - Binary resolution: env var > managed > VS Code extension fallback - Global --json flag for agent consumption
1 line
38 B
Python
1 line
38 B
Python
"""CLI command groups for pbi-cli."""
|