awslabs.postgres-mcp-server 1.0.5__py3-none-any.whl → 1.0.8__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.
@@ -14,4 +14,4 @@
14
14
 
15
15
  """awslabs.postgres-mcp-server"""
16
16
 
17
- __version__ = '1.0.5'
17
+ __version__ = '1.0.8'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.postgres-mcp-server
3
- Version: 1.0.5
3
+ Version: 1.0.8
4
4
  Summary: An AWS Labs Model Context Protocol (MCP) server for postgres
5
5
  Project-URL: homepage, https://awslabs.github.io/mcp/
6
6
  Project-URL: docs, https://awslabs.github.io/mcp/servers/postgres-mcp-server/
@@ -115,6 +115,35 @@ Configure the MCP server in your MCP client configuration (e.g., for Amazon Q De
115
115
 
116
116
  Note: The `--port` parameter is optional and defaults to 5432 (the standard PostgreSQL port). You only need to specify it if your PostgreSQL instance uses a non-standard port.
117
117
 
118
+ ### Windows Installation
119
+
120
+ For Windows users, the MCP server configuration format is slightly different:
121
+
122
+ ```json
123
+ {
124
+ "mcpServers": {
125
+ "awslabs.postgres-mcp-server": {
126
+ "disabled": false,
127
+ "timeout": 60,
128
+ "type": "stdio",
129
+ "command": "uv",
130
+ "args": [
131
+ "tool",
132
+ "run",
133
+ "--from",
134
+ "awslabs.postgres-mcp-server@latest",
135
+ "awslabs.postgres-mcp-server.exe"
136
+ ],
137
+ "env": {
138
+ "FASTMCP_LOG_LEVEL": "ERROR",
139
+ "AWS_PROFILE": "your-aws-profile",
140
+ "AWS_REGION": "us-east-1"
141
+ }
142
+ }
143
+ }
144
+ }
145
+ ```
146
+
118
147
  ### Build and install docker image locally on the same host of your LLM client
119
148
 
120
149
  1. 'git clone https://github.com/awslabs/mcp.git'
@@ -1,5 +1,5 @@
1
1
  awslabs/__init__.py,sha256=WuqxdDgUZylWNmVoPKiK7qGsTB_G4UmuXIrJ-VBwDew,731
2
- awslabs/postgres_mcp_server/__init__.py,sha256=MOXnoEkfbqIOwvGs-bEgzaoKdZ8yda8XJ64YywtWhfM,673
2
+ awslabs/postgres_mcp_server/__init__.py,sha256=vQ-T_C8fs21SOdWZboAPmpJvIBq0sz6wL3fQRwN60tk,673
3
3
  awslabs/postgres_mcp_server/mutable_sql_detector.py,sha256=bivLNglukgfi0IWcQSfDcwxFae4Q8CSvb--yWW617l0,2717
4
4
  awslabs/postgres_mcp_server/server.py,sha256=wenII8rWhhUVVo-m2C2cPWVwS1S_Us3LUKmKQrr9ebw,11621
5
5
  awslabs/postgres_mcp_server/connection/__init__.py,sha256=9j_gZeLcWoXu_Fny1PkC3RsnDMOHr9M3OM9EWvlGR7o,850
@@ -7,9 +7,9 @@ awslabs/postgres_mcp_server/connection/abstract_db_connection.py,sha256=BGdyRoF1
7
7
  awslabs/postgres_mcp_server/connection/db_connection_singleton.py,sha256=Fwm6uTwB-bhprx-UgiOttDFtczeMUfW5M79wGL0x1Go,4279
8
8
  awslabs/postgres_mcp_server/connection/psycopg_pool_connection.py,sha256=qHbRR8-P__v5_-_Q-AQdZVD_nTHj-2Y1p-j1RnKRmrs,12593
9
9
  awslabs/postgres_mcp_server/connection/rds_api_connection.py,sha256=1G4qfik5Nu-KbAxRLFNshQ5DJxFnJQI6eqLJPXp-Qn4,5419
10
- awslabs_postgres_mcp_server-1.0.5.dist-info/METADATA,sha256=FVgr8t-zVKKtRh77tBNPZEjNTPpPJ5rLanMiCH8PqGY,8413
11
- awslabs_postgres_mcp_server-1.0.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
- awslabs_postgres_mcp_server-1.0.5.dist-info/entry_points.txt,sha256=qHCxq_MTANxTB8-mA7Wl6H71qWEMwmG-I6_koII4AXY,88
13
- awslabs_postgres_mcp_server-1.0.5.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
14
- awslabs_postgres_mcp_server-1.0.5.dist-info/licenses/NOTICE,sha256=qMIIe3h7I1Y4-CKejn50wbSKXEZLWhYHdKaRwKdXN9M,95
15
- awslabs_postgres_mcp_server-1.0.5.dist-info/RECORD,,
10
+ awslabs_postgres_mcp_server-1.0.8.dist-info/METADATA,sha256=DXOGBta8m3KueiaPJ6zdVIqvlLuprXeKtHImDUOOKGE,8992
11
+ awslabs_postgres_mcp_server-1.0.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
+ awslabs_postgres_mcp_server-1.0.8.dist-info/entry_points.txt,sha256=qHCxq_MTANxTB8-mA7Wl6H71qWEMwmG-I6_koII4AXY,88
13
+ awslabs_postgres_mcp_server-1.0.8.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
14
+ awslabs_postgres_mcp_server-1.0.8.dist-info/licenses/NOTICE,sha256=qMIIe3h7I1Y4-CKejn50wbSKXEZLWhYHdKaRwKdXN9M,95
15
+ awslabs_postgres_mcp_server-1.0.8.dist-info/RECORD,,