pggm-mcp-snowflake-server 0.1.3__py3-none-any.whl → 1.0.0__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.
- {pggm_mcp_snowflake_server-0.1.3.dist-info → pggm_mcp_snowflake_server-1.0.0.dist-info}/METADATA +20 -4
- {pggm_mcp_snowflake_server-0.1.3.dist-info → pggm_mcp_snowflake_server-1.0.0.dist-info}/RECORD +5 -5
- {pggm_mcp_snowflake_server-0.1.3.dist-info → pggm_mcp_snowflake_server-1.0.0.dist-info}/WHEEL +0 -0
- {pggm_mcp_snowflake_server-0.1.3.dist-info → pggm_mcp_snowflake_server-1.0.0.dist-info}/entry_points.txt +0 -0
- {pggm_mcp_snowflake_server-0.1.3.dist-info → pggm_mcp_snowflake_server-1.0.0.dist-info}/top_level.txt +0 -0
{pggm_mcp_snowflake_server-0.1.3.dist-info → pggm_mcp_snowflake_server-1.0.0.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pggm-mcp-snowflake-server
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0
|
4
4
|
Summary: Custom Model Context Protocol server for Snowflake
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
6
6
|
Classifier: License :: OSI Approved :: MIT License
|
@@ -11,6 +11,7 @@ Requires-Dist: mcp
|
|
11
11
|
Requires-Dist: pydantic
|
12
12
|
Requires-Dist: snowflake-snowpark-python
|
13
13
|
Requires-Dist: pyyaml
|
14
|
+
Requires-Dist: jaraco.text
|
14
15
|
|
15
16
|
# PGGM MCP Snowflake Server
|
16
17
|
|
@@ -29,7 +30,20 @@ A customized Model Context Protocol (MCP) server for Snowflake integration, allo
|
|
29
30
|
|
30
31
|
### Using pip
|
31
32
|
|
32
|
-
Install
|
33
|
+
Option 1: Install Globally (Recommended)
|
34
|
+
Install this globally so that it works with all your projects, run a powershell window and:
|
35
|
+
|
36
|
+
```bash
|
37
|
+
C:\Users\User> pip install pggm-mcp-snowflake-server
|
38
|
+
```
|
39
|
+
This will install the package in: C:\Python311\Lib\site-packages
|
40
|
+
with the .exe in your C:\Python311\Scripts
|
41
|
+
You might have to add this to your PATH:
|
42
|
+
1) windows search: Edit the System Environment Variables
|
43
|
+
2) Navigate: advanced / Environment Variables / select: PATH / Edit..
|
44
|
+
3) New: C:\Python311\Scripts
|
45
|
+
|
46
|
+
Option 2: Install in your project venv
|
33
47
|
|
34
48
|
```bash
|
35
49
|
pip install pggm-mcp-snowflake-server
|
@@ -48,8 +62,10 @@ Add the following to your settings.json in vs-code (F1 + Preferences: Open User
|
|
48
62
|
|
49
63
|
"inputs": [],
|
50
64
|
"servers": {
|
51
|
-
"snowflake_local": {
|
52
|
-
"command": "
|
65
|
+
"snowflake_local": {
|
66
|
+
"command": "C:\\Python311\\Scripts\\pggm_mcp_snowflake_server.exe",
|
67
|
+
# In case you chose to install in your venv, replace above with the following:
|
68
|
+
# "command": "{project_source}\\venv\\Scripts\\pggm_mcp_snowflake_server.exe",
|
53
69
|
"args": [
|
54
70
|
"--account",
|
55
71
|
"pggm-vb.privatelink",
|
{pggm_mcp_snowflake_server-0.1.3.dist-info → pggm_mcp_snowflake_server-1.0.0.dist-info}/RECORD
RENAMED
@@ -1,8 +1,8 @@
|
|
1
1
|
pggm_mcp_snowflake_server/__init__.py,sha256=fBi0ejuNSFNA_q0h1Jo6zMlsS0R1_xOW8sne9BygAHQ,3304
|
2
2
|
pggm_mcp_snowflake_server/server.py,sha256=hfINhJuS2s44obtKWvxfLek6Y5P6GmBLUgkhnr3DuD0,21959
|
3
3
|
pggm_mcp_snowflake_server/write_detector.py,sha256=qLFxghERiZT7-DRT8sGPAqrACTgO61QE29QXtH4CN2w,3635
|
4
|
-
pggm_mcp_snowflake_server-0.
|
5
|
-
pggm_mcp_snowflake_server-0.
|
6
|
-
pggm_mcp_snowflake_server-0.
|
7
|
-
pggm_mcp_snowflake_server-0.
|
8
|
-
pggm_mcp_snowflake_server-0.
|
4
|
+
pggm_mcp_snowflake_server-1.0.0.dist-info/METADATA,sha256=mAoDyeT35-aD_OkdvnMURkdVRGmgREKNO1arnsxU_hk,3916
|
5
|
+
pggm_mcp_snowflake_server-1.0.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
6
|
+
pggm_mcp_snowflake_server-1.0.0.dist-info/entry_points.txt,sha256=YEZPlm-G0tFK9kVDEDDpV1pSXDRfnkIXFNYxODEWkKs,77
|
7
|
+
pggm_mcp_snowflake_server-1.0.0.dist-info/top_level.txt,sha256=ouamdLwMWx5aSlAHI_mhoPvm9PEBtovD3qbDvR7x284,26
|
8
|
+
pggm_mcp_snowflake_server-1.0.0.dist-info/RECORD,,
|
{pggm_mcp_snowflake_server-0.1.3.dist-info → pggm_mcp_snowflake_server-1.0.0.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|