Skip to content

v0.1.2: Add MCP Registry Support

Latest

Choose a tag to compare

@gurvinder-dhillon gurvinder-dhillon released this 05 Feb 06:55
· 1 commit to main since this release

What's Changed

This release adds support for the official MCP Registry, making it easier to discover and install the PowerBI MCP server.

Added

  • MCP Registry metadata via server.json
  • MCP name verification in README.md
  • Listed on MCP Registry

Installation

Via MCP Registry

# MCP-compatible clients can now discover and install automatically
uvx powerbi-mcp

Manual Installation

pip install powerbi-mcp

Configuration

Requires Azure AD credentials via environment variables:

  • POWERBI_TENANT_ID
  • POWERBI_CLIENT_ID
  • POWERBI_CLIENT_SECRET

See README for full setup instructions.

Full Changelog: v0.1.1...v0.1.2