mcp-postgresql-ops 3.3.1__tar.gz → 3.3.2__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 (19) hide show
  1. {mcp_postgresql_ops-3.3.1/src/mcp_postgresql_ops.egg-info → mcp_postgresql_ops-3.3.2}/PKG-INFO +1 -2
  2. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/README.md +0 -1
  3. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/pyproject.toml +1 -1
  4. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2/src/mcp_postgresql_ops.egg-info}/PKG-INFO +1 -2
  5. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/LICENSE +0 -0
  6. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/MANIFEST.in +0 -0
  7. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/setup.cfg +0 -0
  8. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops/__init__.py +0 -0
  9. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops/__main__.py +0 -0
  10. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops/functions.py +0 -0
  11. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops/mcp_main.py +0 -0
  12. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops/version_compat.py +0 -0
  13. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops.egg-info/SOURCES.txt +0 -0
  14. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops.egg-info/dependency_links.txt +0 -0
  15. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops.egg-info/entry_points.txt +0 -0
  16. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops.egg-info/requires.txt +0 -0
  17. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/src/mcp_postgresql_ops.egg-info/top_level.txt +0 -0
  18. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/tests/test_tools_integration.py +0 -0
  19. {mcp_postgresql_ops-3.3.1 → mcp_postgresql_ops-3.3.2}/tests/test_version_compat.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-postgresql-ops
3
- Version: 3.3.1
3
+ Version: 3.3.2
4
4
  Summary: Add your description here
5
5
  Author-email: JungJungIn <call518@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -20,7 +20,6 @@ Dynamic: license-file
20
20
  ![Python](https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white)
21
21
  ![Docker Pulls](https://img.shields.io/docker/pulls/call518/mcp-server-postgresql-ops)
22
22
  ![PostgreSQL](https://img.shields.io/badge/PostgreSQL-4169E1?style=flat&logo=postgresql&logoColor=white)
23
- [![Nerq Trust Score](https://nerq.ai/badge/call518/MCP-PostgreSQL-Ops)](https://nerq.ai/safe/call518/MCP-PostgreSQL-Ops)
24
23
  [![smithery badge](https://smithery.ai/badge/@call518/mcp-postgresql-ops)](https://smithery.ai/server/@call518/mcp-postgresql-ops)
25
24
  [![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-yellow.svg)](https://www.buymeacoffee.com/call518)
26
25
 
@@ -4,7 +4,6 @@
4
4
  ![Python](https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white)
5
5
  ![Docker Pulls](https://img.shields.io/docker/pulls/call518/mcp-server-postgresql-ops)
6
6
  ![PostgreSQL](https://img.shields.io/badge/PostgreSQL-4169E1?style=flat&logo=postgresql&logoColor=white)
7
- [![Nerq Trust Score](https://nerq.ai/badge/call518/MCP-PostgreSQL-Ops)](https://nerq.ai/safe/call518/MCP-PostgreSQL-Ops)
8
7
  [![smithery badge](https://smithery.ai/badge/@call518/mcp-postgresql-ops)](https://smithery.ai/server/@call518/mcp-postgresql-ops)
9
8
  [![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-yellow.svg)](https://www.buymeacoffee.com/call518)
10
9
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mcp-postgresql-ops"
3
- version = "3.3.1"
3
+ version = "3.3.2"
4
4
  description = "Add your description here"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-postgresql-ops
3
- Version: 3.3.1
3
+ Version: 3.3.2
4
4
  Summary: Add your description here
5
5
  Author-email: JungJungIn <call518@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -20,7 +20,6 @@ Dynamic: license-file
20
20
  ![Python](https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white)
21
21
  ![Docker Pulls](https://img.shields.io/docker/pulls/call518/mcp-server-postgresql-ops)
22
22
  ![PostgreSQL](https://img.shields.io/badge/PostgreSQL-4169E1?style=flat&logo=postgresql&logoColor=white)
23
- [![Nerq Trust Score](https://nerq.ai/badge/call518/MCP-PostgreSQL-Ops)](https://nerq.ai/safe/call518/MCP-PostgreSQL-Ops)
24
23
  [![smithery badge](https://smithery.ai/badge/@call518/mcp-postgresql-ops)](https://smithery.ai/server/@call518/mcp-postgresql-ops)
25
24
  [![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-yellow.svg)](https://www.buymeacoffee.com/call518)
26
25