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.
Files changed (39) hide show
  1. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/Dockerfile +2 -2
  2. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/PKG-INFO +5 -5
  3. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/README.md +4 -4
  4. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/__init__.py +1 -0
  5. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/__init__.py +1 -1
  6. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/pyproject.toml +1 -1
  7. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/uv.lock +7 -7
  8. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/.gitignore +0 -0
  9. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/.python-version +0 -0
  10. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/CHANGELOG.md +0 -0
  11. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/LICENSE +0 -0
  12. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/NOTICE +0 -0
  13. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/connection/__init__.py +0 -0
  14. {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
  15. {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
  16. {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
  17. {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
  18. {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
  19. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/mutable_sql_detector.py +0 -0
  20. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/awslabs/postgres_mcp_server/server.py +0 -0
  21. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/docker-healthcheck.sh +0 -0
  22. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/POWER.md +0 -0
  23. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/mcp.json +0 -0
  24. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/steering/aurora-postgres-mcp.md +0 -0
  25. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_power/steering/aurora-postgres.md +0 -0
  26. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/kiro_proj_steering/tech.md +0 -0
  27. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/conftest.py +0 -0
  28. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_abstract_db_connection.py +0 -0
  29. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_cp_api_connection.py +0 -0
  30. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_cp_api_iam_policy.py +0 -0
  31. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_cp_api_simple_functions.py +0 -0
  32. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_db_connection_map.py +0 -0
  33. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_psycopg_connector.py +0 -0
  34. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_rds_api_connection.py +0 -0
  35. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_server.py +0 -0
  36. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_server_error_handling.py +0 -0
  37. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_server_helpers.py +0 -0
  38. {awslabs_postgres_mcp_server-1.0.13 → awslabs_postgres_mcp_server-1.0.15}/tests/test_server_internal_functions.py +0 -0
  39. {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:070342a0cc1011532c0e69972cce2bbc6cc633eba294bae1d12abea8bd05303b AS uv
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:070342a0cc1011532c0e69972cce2bbc6cc633eba294bae1d12abea8bd05303b
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.13
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
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.postgres-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMucG9zdGdyZXMtbWNwLXNlcnZlckBsYXRlc3QgLS1jb25uZWN0aW9uLXN0cmluZyBwb3N0Z3Jlc3FsOi8vW3VzZXJuYW1lXTpbcGFzc3dvcmRdQFtob3N0XTpbcG9ydF0vW2RhdGFiYXNlXSIsImVudiI6eyJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sImRpc2FibGVkIjpmYWxzZSwiYXV0b0FwcHJvdmUiOltdLCJ0cmFuc3BvcnRUeXBlIjoic3RkaW8iLCJhdXRvU3RhcnQiOnRydWV9) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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
+ | [![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](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) | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.postgres-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMucG9zdGdyZXMtbWNwLXNlcnZlckBsYXRlc3QgLS1jb25uZWN0aW9uLXN0cmluZyBwb3N0Z3Jlc3FsOi8vW3VzZXJuYW1lXTpbcGFzc3dvcmRdQFtob3N0XTpbcG9ydF0vW2RhdGFiYXNlXSIsImVudiI6eyJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sImRpc2FibGVkIjpmYWxzZSwiYXV0b0FwcHJvdmUiOltdLCJ0cmFuc3BvcnRUeXBlIjoic3RkaW8iLCJhdXRvU3RhcnQiOnRydWV9) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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 Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
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
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.postgres-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMucG9zdGdyZXMtbWNwLXNlcnZlckBsYXRlc3QgLS1jb25uZWN0aW9uLXN0cmluZyBwb3N0Z3Jlc3FsOi8vW3VzZXJuYW1lXTpbcGFzc3dvcmRdQFtob3N0XTpbcG9ydF0vW2RhdGFiYXNlXSIsImVudiI6eyJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sImRpc2FibGVkIjpmYWxzZSwiYXV0b0FwcHJvdmUiOltdLCJ0cmFuc3BvcnRUeXBlIjoic3RkaW8iLCJhdXRvU3RhcnQiOnRydWV9) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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
+ | [![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](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) | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.postgres-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMucG9zdGdyZXMtbWNwLXNlcnZlckBsYXRlc3QgLS1jb25uZWN0aW9uLXN0cmluZyBwb3N0Z3Jlc3FsOi8vW3VzZXJuYW1lXTpbcGFzc3dvcmRdQFtob3N0XTpbcG9ydF0vW2RhdGFiYXNlXSIsImVudiI6eyJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIn0sImRpc2FibGVkIjpmYWxzZSwiYXV0b0FwcHJvdmUiOltdLCJ0cmFuc3BvcnRUeXBlIjoic3RkaW8iLCJhdXRvU3RhcnQiOnRydWV9) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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 Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
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
  {
@@ -14,3 +14,4 @@
14
14
 
15
15
  # This file is part of the awslabs namespace.
16
16
  # It is intentionally minimal to support PEP 420 namespace packages.
17
+ __path__ = __import__('pkgutil').extend_path(__path__, __name__)
@@ -19,6 +19,6 @@ from importlib.metadata import version
19
19
  try:
20
20
  __version__ = version('awslabs.postgres-mcp-server')
21
21
  except Exception:
22
- __version__ = '1.0.13'
22
+ __version__ = '1.0.15'
23
23
 
24
24
  __user_agent__ = f'awslabs/mcp/postgres_mcp_server/{__version__}'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "awslabs.postgres-mcp-server"
3
- version = "1.0.13"
3
+ version = "1.0.15"
4
4
  description = "An AWS Labs Model Context Protocol (MCP) server for postgres"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -55,7 +55,7 @@ wheels = [
55
55
 
56
56
  [[package]]
57
57
  name = "awslabs-postgres-mcp-server"
58
- version = "1.0.13"
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.0"
589
+ version = "3.20.1"
590
590
  source = { registry = "https://pypi.org/simple" }
591
- sdist = { url = "https://files.pythonhosted.org/packages/58/46/0028a82567109b5ef6e4d2a1f04a583fb513e6cf9527fcdd09afd817deeb/filelock-3.20.0.tar.gz", hash = "sha256:711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4", size = 18922, upload-time = "2025-10-08T18:03:50.056Z" }
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/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl", hash = "sha256:339b4732ffda5cd79b13f4e2711a31b0365ce445d95d243bb996273d072546a2", size = 16054, upload-time = "2025-10-08T18:03:48.35Z" },
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.5.0"
1747
+ version = "2.6.3"
1748
1748
  source = { registry = "https://pypi.org/simple" }
1749
- sdist = { url = "https://files.pythonhosted.org/packages/15/22/9ee70a2574a4f4599c47dd506532914ce044817c7752a79b6a51286319bc/urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760", size = 393185, upload-time = "2025-06-18T14:07:41.644Z" }
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/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc", size = 129795, upload-time = "2025-06-18T14:07:40.39Z" },
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]]