pggm-mcp-snowflake-server 0.1.3__tar.gz → 1.0.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pggm-mcp-snowflake-server
3
- Version: 0.1.3
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 in your venv with:
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": "{project_source}\\venv\\Scripts\\pggm_mcp_snowflake_server.exe",
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",
@@ -15,7 +15,20 @@ A customized Model Context Protocol (MCP) server for Snowflake integration, allo
15
15
 
16
16
  ### Using pip
17
17
 
18
- Install in your venv with:
18
+ Option 1: Install Globally (Recommended)
19
+ Install this globally so that it works with all your projects, run a powershell window and:
20
+
21
+ ```bash
22
+ C:\Users\User> pip install pggm-mcp-snowflake-server
23
+ ```
24
+ This will install the package in: C:\Python311\Lib\site-packages
25
+ with the .exe in your C:\Python311\Scripts
26
+ You might have to add this to your PATH:
27
+ 1) windows search: Edit the System Environment Variables
28
+ 2) Navigate: advanced / Environment Variables / select: PATH / Edit..
29
+ 3) New: C:\Python311\Scripts
30
+
31
+ Option 2: Install in your project venv
19
32
 
20
33
  ```bash
21
34
  pip install pggm-mcp-snowflake-server
@@ -34,8 +47,10 @@ Add the following to your settings.json in vs-code (F1 + Preferences: Open User
34
47
 
35
48
  "inputs": [],
36
49
  "servers": {
37
- "snowflake_local": {
38
- "command": "{project_source}\\venv\\Scripts\\pggm_mcp_snowflake_server.exe",
50
+ "snowflake_local": {
51
+ "command": "C:\\Python311\\Scripts\\pggm_mcp_snowflake_server.exe",
52
+ # In case you chose to install in your venv, replace above with the following:
53
+ # "command": "{project_source}\\venv\\Scripts\\pggm_mcp_snowflake_server.exe",
39
54
  "args": [
40
55
  "--account",
41
56
  "pggm-vb.privatelink",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pggm-mcp-snowflake-server
3
- Version: 0.1.3
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 in your venv with:
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": "{project_source}\\venv\\Scripts\\pggm_mcp_snowflake_server.exe",
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",
@@ -2,3 +2,4 @@ mcp
2
2
  pydantic
3
3
  snowflake-snowpark-python
4
4
  pyyaml
5
+ jaraco.text
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pggm-mcp-snowflake-server"
7
- version = "0.1.3"
7
+ version = "1.0.0"
8
8
  description = "Custom Model Context Protocol server for Snowflake"
9
9
  readme = "README.md"
10
10
  classifiers = [
@@ -17,7 +17,8 @@ dependencies = [
17
17
  "mcp",
18
18
  "pydantic",
19
19
  "snowflake-snowpark-python",
20
- "pyyaml"
20
+ "pyyaml",
21
+ "jaraco.text",
21
22
  ]
22
23
 
23
24
  [project.scripts]