[project] name = "powerbi-mcp" version = "0.1.2" description = "Model Context Protocol server for PowerBI REST API integration" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" license = { text = "MIT" } authors = [ { name = "Gurvinder Dhillon" } ] keywords = ["mcp", "powerbi", "model-context-protocol", "power-bi", "api"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ "httpx>=0.28.1", "mcp>=1.26.0", "pydantic>=2.12.5", "python-dotenv>=1.2.1", ] [project.scripts] powerbi-mcp = "powerbi_mcp:main" run-server = "powerbi_mcp:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["powerbi_mcp"] [project.urls] Homepage = "https://github.com/gurvinder-dhillon/powerbi-mcp" Documentation = "https://github.com/gurvinder-dhillon/powerbi-mcp#readme" Repository = "https://github.com/gurvinder-dhillon/powerbi-mcp" Issues = "https://github.com/gurvinder-dhillon/powerbi-mcp/issues" Changelog = "https://github.com/gurvinder-dhillon/powerbi-mcp/releases"