pggm-mcp-snowflake-server 1.0.0__py3-none-any.whl → 1.0.1__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-1.0.0.dist-info → pggm_mcp_snowflake_server-1.0.1.dist-info}/METADATA +7 -3
- {pggm_mcp_snowflake_server-1.0.0.dist-info → pggm_mcp_snowflake_server-1.0.1.dist-info}/RECORD +5 -5
- {pggm_mcp_snowflake_server-1.0.0.dist-info → pggm_mcp_snowflake_server-1.0.1.dist-info}/WHEEL +0 -0
- {pggm_mcp_snowflake_server-1.0.0.dist-info → pggm_mcp_snowflake_server-1.0.1.dist-info}/entry_points.txt +0 -0
- {pggm_mcp_snowflake_server-1.0.0.dist-info → pggm_mcp_snowflake_server-1.0.1.dist-info}/top_level.txt +0 -0
{pggm_mcp_snowflake_server-1.0.0.dist-info → pggm_mcp_snowflake_server-1.0.1.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pggm-mcp-snowflake-server
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
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
|
@@ -88,10 +88,14 @@ Add the following to your settings.json in vs-code (F1 + Preferences: Open User
|
|
88
88
|
},
|
89
89
|
|
90
90
|
```
|
91
|
+
## Usage
|
91
92
|
|
92
|
-
|
93
|
+
In VS Code you need to have Agent mode enabled.
|
94
|
+
You can see which tools the AI has access to by navigating towards its chat window, and selecting the Tools icon, or pressing Ctrl+Shift+/ inside its chat window.
|
93
95
|
|
94
|
-
|
96
|
+
### Tools Available
|
97
|
+
|
98
|
+
The pggm_mcp_snowflake_server provides the following tools for copilot:
|
95
99
|
|
96
100
|
- `list_databases` - List all available databases in Snowflake
|
97
101
|
- `list_schemas` - List all schemas in a database
|
{pggm_mcp_snowflake_server-1.0.0.dist-info → pggm_mcp_snowflake_server-1.0.1.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-1.0.
|
5
|
-
pggm_mcp_snowflake_server-1.0.
|
6
|
-
pggm_mcp_snowflake_server-1.0.
|
7
|
-
pggm_mcp_snowflake_server-1.0.
|
8
|
-
pggm_mcp_snowflake_server-1.0.
|
4
|
+
pggm_mcp_snowflake_server-1.0.1.dist-info/METADATA,sha256=Qnje7jRkIHANhndNbWALEAGu1Hm-kXCRz896pU8lGtk,4134
|
5
|
+
pggm_mcp_snowflake_server-1.0.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
6
|
+
pggm_mcp_snowflake_server-1.0.1.dist-info/entry_points.txt,sha256=YEZPlm-G0tFK9kVDEDDpV1pSXDRfnkIXFNYxODEWkKs,77
|
7
|
+
pggm_mcp_snowflake_server-1.0.1.dist-info/top_level.txt,sha256=ouamdLwMWx5aSlAHI_mhoPvm9PEBtovD3qbDvR7x284,26
|
8
|
+
pggm_mcp_snowflake_server-1.0.1.dist-info/RECORD,,
|
{pggm_mcp_snowflake_server-1.0.0.dist-info → pggm_mcp_snowflake_server-1.0.1.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|
File without changes
|