awslabs.postgres-mcp-server 1.0.13__tar.gz → 1.0.15__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.
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/Dockerfile +2 -2
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/PKG-INFO +5 -5
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/README.md +4 -4
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/__init__.py +1 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/__init__.py +1 -1
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/pyproject.toml +1 -1
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/uv.lock +7 -7
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/.gitignore +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/.python-version +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/CHANGELOG.md +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/LICENSE +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/NOTICE +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/connection/__init__.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/connection/abstract_db_connection.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/connection/cp_api_connection.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/connection/db_connection_map.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/connection/psycopg_pool_connection.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/connection/rds_api_connection.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/mutable_sql_detector.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/server.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/docker-healthcheck.sh +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/POWER.md +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/mcp.json +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/steering/aurora-postgres-mcp.md +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/steering/aurora-postgres.md +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_proj_steering/tech.md +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/conftest.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_abstract_db_connection.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_cp_api_connection.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_cp_api_iam_policy.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_cp_api_simple_functions.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_db_connection_map.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_psycopg_connector.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_rds_api_connection.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_server.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_server_error_handling.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_server_helpers.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_server_internal_functions.py +0 -0
- {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/uv-requirements.txt +0 -0
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
# dependabot should continue to update this to the latest hash.
|
|
16
|
-
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:
|
|
16
|
+
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:e7e041128ffc3e3600509f508e44d34ab08ff432bdb62ec508d01dfc5ca459f7 AS uv
|
|
17
17
|
|
|
18
18
|
# Install the project into `/app`
|
|
19
19
|
WORKDIR /app
|
|
@@ -61,7 +61,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
61
61
|
# Make the directory just in case it doesn't exist
|
|
62
62
|
RUN mkdir -p /root/.local
|
|
63
63
|
|
|
64
|
-
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:
|
|
64
|
+
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:e7e041128ffc3e3600509f508e44d34ab08ff432bdb62ec508d01dfc5ca459f7
|
|
65
65
|
|
|
66
66
|
# Place executables in the environment at the front of the path and include other binaries
|
|
67
67
|
ENV PATH="/app/.venv/bin:$PATH" \
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.postgres-mcp-server
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.15
|
|
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/
|
|
@@ -52,11 +52,11 @@ An AWS Labs Model Context Protocol (MCP) server for Aurora Postgres
|
|
|
52
52
|
|
|
53
53
|
## Installation
|
|
54
54
|
|
|
55
|
-
| Cursor | VS Code |
|
|
56
|
-
|
|
57
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.postgres-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMucG9zdGdyZXMtbWNwLXNlcnZlckBsYXRlc3QgLS1jb25uZWN0aW9uLXN0cmluZyBwb3N0Z3Jlc3FsOi8vW3VzZXJuYW1lXTpbcGFzc3dvcmRdQFtob3N0XTpbcG9ydF0vW2RhdGFiYXNlXSIsImVudiI6eyJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sImRpc2FibGVkIjpmYWxzZSwiYXV0b0FwcHJvdmUiOltdLCJ0cmFuc3BvcnRUeXBlIjoic3RkaW8iLCJhdXRvU3RhcnQiOnRydWV9) | [](https://insiders.vscode.dev/redirect/mcp/install?name=PostgreSQL%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.postgres-mcp-server%40latest%22%2C%22--connection-string%22%2C%22postgresql%3A%2F%2F%5Busername%5D%3A%5Bpassword%5D%40%5Bhost%5D%3A%5Bport%5D%2F%5Bdatabase%5D%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%2C%22transportType%22%3A%22stdio%22%2C%22autoStart%22%3Atrue%7D) |
|
|
55
|
+
| Kiro | Cursor | VS Code |
|
|
56
|
+
|:----:|:------:|:-------:|
|
|
57
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.postgres-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.postgres-mcp-server%40latest%22%2C%22--connection-string%22%2C%22postgresql%3A//%5Busername%5D%3A%5Bpassword%5D%40%5Bhost%5D%3A%5Bport%5D/%5Bdatabase%5D%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.postgres-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMucG9zdGdyZXMtbWNwLXNlcnZlckBsYXRlc3QgLS1jb25uZWN0aW9uLXN0cmluZyBwb3N0Z3Jlc3FsOi8vW3VzZXJuYW1lXTpbcGFzc3dvcmRdQFtob3N0XTpbcG9ydF0vW2RhdGFiYXNlXSIsImVudiI6eyJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sImRpc2FibGVkIjpmYWxzZSwiYXV0b0FwcHJvdmUiOltdLCJ0cmFuc3BvcnRUeXBlIjoic3RkaW8iLCJhdXRvU3RhcnQiOnRydWV9) | [](https://insiders.vscode.dev/redirect/mcp/install?name=PostgreSQL%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.postgres-mcp-server%40latest%22%2C%22--connection-string%22%2C%22postgresql%3A%2F%2F%5Busername%5D%3A%5Bpassword%5D%40%5Bhost%5D%3A%5Bport%5D%2F%5Bdatabase%5D%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%2C%22transportType%22%3A%22stdio%22%2C%22autoStart%22%3Atrue%7D) |
|
|
58
58
|
|
|
59
|
-
Configure the MCP server in your MCP client configuration (e.g., for
|
|
59
|
+
Configure the MCP server in your MCP client configuration (e.g., for Kiro, edit `~/.kiro/settings/mcp.json`):
|
|
60
60
|
|
|
61
61
|
```json
|
|
62
62
|
{
|
|
@@ -20,11 +20,11 @@ An AWS Labs Model Context Protocol (MCP) server for Aurora Postgres
|
|
|
20
20
|
|
|
21
21
|
## Installation
|
|
22
22
|
|
|
23
|
-
| Cursor | VS Code |
|
|
24
|
-
|
|
25
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.postgres-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMucG9zdGdyZXMtbWNwLXNlcnZlckBsYXRlc3QgLS1jb25uZWN0aW9uLXN0cmluZyBwb3N0Z3Jlc3FsOi8vW3VzZXJuYW1lXTpbcGFzc3dvcmRdQFtob3N0XTpbcG9ydF0vW2RhdGFiYXNlXSIsImVudiI6eyJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sImRpc2FibGVkIjpmYWxzZSwiYXV0b0FwcHJvdmUiOltdLCJ0cmFuc3BvcnRUeXBlIjoic3RkaW8iLCJhdXRvU3RhcnQiOnRydWV9) | [](https://insiders.vscode.dev/redirect/mcp/install?name=PostgreSQL%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.postgres-mcp-server%40latest%22%2C%22--connection-string%22%2C%22postgresql%3A%2F%2F%5Busername%5D%3A%5Bpassword%5D%40%5Bhost%5D%3A%5Bport%5D%2F%5Bdatabase%5D%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%2C%22transportType%22%3A%22stdio%22%2C%22autoStart%22%3Atrue%7D) |
|
|
23
|
+
| Kiro | Cursor | VS Code |
|
|
24
|
+
|:----:|:------:|:-------:|
|
|
25
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.postgres-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.postgres-mcp-server%40latest%22%2C%22--connection-string%22%2C%22postgresql%3A//%5Busername%5D%3A%5Bpassword%5D%40%5Bhost%5D%3A%5Bport%5D/%5Bdatabase%5D%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.postgres-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMucG9zdGdyZXMtbWNwLXNlcnZlckBsYXRlc3QgLS1jb25uZWN0aW9uLXN0cmluZyBwb3N0Z3Jlc3FsOi8vW3VzZXJuYW1lXTpbcGFzc3dvcmRdQFtob3N0XTpbcG9ydF0vW2RhdGFiYXNlXSIsImVudiI6eyJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sImRpc2FibGVkIjpmYWxzZSwiYXV0b0FwcHJvdmUiOltdLCJ0cmFuc3BvcnRUeXBlIjoic3RkaW8iLCJhdXRvU3RhcnQiOnRydWV9) | [](https://insiders.vscode.dev/redirect/mcp/install?name=PostgreSQL%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.postgres-mcp-server%40latest%22%2C%22--connection-string%22%2C%22postgresql%3A%2F%2F%5Busername%5D%3A%5Bpassword%5D%40%5Bhost%5D%3A%5Bport%5D%2F%5Bdatabase%5D%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%2C%22transportType%22%3A%22stdio%22%2C%22autoStart%22%3Atrue%7D) |
|
|
26
26
|
|
|
27
|
-
Configure the MCP server in your MCP client configuration (e.g., for
|
|
27
|
+
Configure the MCP server in your MCP client configuration (e.g., for Kiro, edit `~/.kiro/settings/mcp.json`):
|
|
28
28
|
|
|
29
29
|
```json
|
|
30
30
|
{
|
|
@@ -55,7 +55,7 @@ wheels = [
|
|
|
55
55
|
|
|
56
56
|
[[package]]
|
|
57
57
|
name = "awslabs-postgres-mcp-server"
|
|
58
|
-
version = "1.0.
|
|
58
|
+
version = "1.0.15"
|
|
59
59
|
source = { editable = "." }
|
|
60
60
|
dependencies = [
|
|
61
61
|
{ name = "aiorwlock" },
|
|
@@ -586,11 +586,11 @@ wheels = [
|
|
|
586
586
|
|
|
587
587
|
[[package]]
|
|
588
588
|
name = "filelock"
|
|
589
|
-
version = "3.20.
|
|
589
|
+
version = "3.20.1"
|
|
590
590
|
source = { registry = "https://pypi.org/simple" }
|
|
591
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
591
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a7/23/ce7a1126827cedeb958fc043d61745754464eb56c5937c35bbf2b8e26f34/filelock-3.20.1.tar.gz", hash = "sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c", size = 19476, upload-time = "2025-12-15T23:54:28.027Z" }
|
|
592
592
|
wheels = [
|
|
593
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
593
|
+
{ url = "https://files.pythonhosted.org/packages/e3/7f/a1a97644e39e7316d850784c642093c99df1290a460df4ede27659056834/filelock-3.20.1-py3-none-any.whl", hash = "sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a", size = 16666, upload-time = "2025-12-15T23:54:26.874Z" },
|
|
594
594
|
]
|
|
595
595
|
|
|
596
596
|
[[package]]
|
|
@@ -1744,11 +1744,11 @@ wheels = [
|
|
|
1744
1744
|
|
|
1745
1745
|
[[package]]
|
|
1746
1746
|
name = "urllib3"
|
|
1747
|
-
version = "2.
|
|
1747
|
+
version = "2.6.3"
|
|
1748
1748
|
source = { registry = "https://pypi.org/simple" }
|
|
1749
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1749
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" }
|
|
1750
1750
|
wheels = [
|
|
1751
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1751
|
+
{ url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" },
|
|
1752
1752
|
]
|
|
1753
1753
|
|
|
1754
1754
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/docker-healthcheck.sh
RENAMED
|
File without changes
|
{awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/POWER.md
RENAMED
|
File without changes
|
{awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/mcp.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_proj_steering/tech.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/uv-requirements.txt
RENAMED
|
File without changes
|