powerbi-mcp 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- powerbi_mcp/__init__.py +1 -1
- {powerbi_mcp-0.1.1.dist-info → powerbi_mcp-0.1.2.dist-info}/METADATA +3 -1
- {powerbi_mcp-0.1.1.dist-info → powerbi_mcp-0.1.2.dist-info}/RECORD +6 -6
- {powerbi_mcp-0.1.1.dist-info → powerbi_mcp-0.1.2.dist-info}/WHEEL +0 -0
- {powerbi_mcp-0.1.1.dist-info → powerbi_mcp-0.1.2.dist-info}/entry_points.txt +0 -0
- {powerbi_mcp-0.1.1.dist-info → powerbi_mcp-0.1.2.dist-info}/licenses/LICENSE +0 -0
powerbi_mcp/__init__.py
CHANGED
|
@@ -4,7 +4,7 @@ PowerBI MCP Server
|
|
|
4
4
|
A Model Context Protocol server for interacting with PowerBI REST API.
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
|
-
__version__ = "0.1.
|
|
7
|
+
__version__ = "0.1.2"
|
|
8
8
|
__author__ = "Gurvinder Dhillon"
|
|
9
9
|
__description__ = "MCP server for PowerBI REST API interactions & run DAX queries."
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: powerbi-mcp
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Model Context Protocol server for PowerBI REST API integration
|
|
5
5
|
Project-URL: Homepage, https://github.com/gurvinder-dhillon/powerbi-mcp
|
|
6
6
|
Project-URL: Documentation, https://github.com/gurvinder-dhillon/powerbi-mcp#readme
|
|
@@ -31,6 +31,8 @@ Description-Content-Type: text/markdown
|
|
|
31
31
|
[](https://pypi.org/project/powerbi-mcp/)
|
|
32
32
|
[](https://opensource.org/licenses/MIT)
|
|
33
33
|
|
|
34
|
+
<!-- mcp-name: io.github.gurvinder-dhillon/powerbi-mcp -->
|
|
35
|
+
|
|
34
36
|
A Model Context Protocol (MCP) server that provides tools for interacting with PowerBI REST APIs. This server enables AI assistants like Claude to query PowerBI workspaces, datasets, and execute DAX queries.
|
|
35
37
|
|
|
36
38
|
> [!WARNING]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
powerbi_mcp/__init__.py,sha256=
|
|
1
|
+
powerbi_mcp/__init__.py,sha256=H9My1INIhCytV1li-WmeGFNDktKF-qcCrsziiRLwrHM,595
|
|
2
2
|
powerbi_mcp/__main__.py,sha256=PtJfIOI1f8aJY9-9F72tOpz-Zgt2TmOFmhDOpjROl50,209
|
|
3
3
|
powerbi_mcp/auth.py,sha256=s95zUp1jQuhLIboif04pr7mYj0yc1HXsr0w5ohtgUzM,5189
|
|
4
4
|
powerbi_mcp/client.py,sha256=LIjN9HLkLBTRkAiUgZG1m7oHJatTOxq9Yzcp6raGvlA,8454
|
|
@@ -12,8 +12,8 @@ powerbi_mcp/tools/__init__.py,sha256=LgJrvd39cfZKSniIzikaZ2lWBdRGN6fxXLwy0mGUfEw
|
|
|
12
12
|
powerbi_mcp/tools/datasets.py,sha256=StzZVYJ2lKcOMpjxHp3gSWId8Nr0_WXzcwEpsbvXw6s,13325
|
|
13
13
|
powerbi_mcp/tools/queries.py,sha256=pcIpMiWsKWOI-hlxRNO4I22PKCgAxnRYQcEwmQR34mE,4631
|
|
14
14
|
powerbi_mcp/tools/workspaces.py,sha256=kwdyFZoJ0Z9Uin2ZlIcRNzPIWYIBc5V0DkqQxTSh5og,6930
|
|
15
|
-
powerbi_mcp-0.1.
|
|
16
|
-
powerbi_mcp-0.1.
|
|
17
|
-
powerbi_mcp-0.1.
|
|
18
|
-
powerbi_mcp-0.1.
|
|
19
|
-
powerbi_mcp-0.1.
|
|
15
|
+
powerbi_mcp-0.1.2.dist-info/METADATA,sha256=xmKSZ29QV0g11pAqwVPob3SVaIVQOBmsXsRpuS3PIxY,16457
|
|
16
|
+
powerbi_mcp-0.1.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
17
|
+
powerbi_mcp-0.1.2.dist-info/entry_points.txt,sha256=1omCkHdhJOowAxB2j9x1uEc8V2XoTC2mSC5X3VT4AOg,79
|
|
18
|
+
powerbi_mcp-0.1.2.dist-info/licenses/LICENSE,sha256=5Pz2wuZa8pAiI4JjSlZaWU9HFycvgBDcuOh3OpjSpOY,1074
|
|
19
|
+
powerbi_mcp-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|