mcp-postgresql-ops 3.3.4__tar.gz → 3.3.5__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 (70) hide show
  1. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/PKG-INFO +1 -16
  2. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/README.md +0 -15
  3. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops.egg-info/PKG-INFO +1 -16
  4. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.env.example +0 -0
  5. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/CONTRIBUTING.md +0 -0
  6. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/FUNDING.yml +0 -0
  7. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  8. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  9. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/ISSUE_TEMPLATE/documentation.md +0 -0
  10. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  11. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/ISSUE_TEMPLATE/question.md +0 -0
  12. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/copilot-instructions.md +0 -0
  13. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/dependabot.yml +0 -0
  14. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/pull_request_template.md +0 -0
  15. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/workflows/pypi-publish.yml +0 -0
  16. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.github/workflows/test.yml +0 -0
  17. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.gitignore +0 -0
  18. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.gitleaks.toml +0 -0
  19. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.pre-commit-config.yaml +0 -0
  20. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/.python-version +0 -0
  21. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/Dockerfile.MCP-Server +0 -0
  22. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/Dockerfile.MCPO-Proxy +0 -0
  23. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/LICENSE +0 -0
  24. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/MANIFEST.in +0 -0
  25. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/SECURITY.md +0 -0
  26. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/_config.yml +0 -0
  27. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/_includes/head-custom-google-analytics.html +0 -0
  28. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/build-mcp-server-docker-image.sh +0 -0
  29. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/build-mcpo-server-docker-image.sh +0 -0
  30. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/docker-compose.custom-db.yml +0 -0
  31. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/docker-compose.yml +0 -0
  32. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/MCP-Workflow-of-Quickstart-Tutorial.png +0 -0
  33. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/screenshot-000.png +0 -0
  34. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/screenshot-001.png +0 -0
  35. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/screenshot-002.png +0 -0
  36. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/screenshot-004.png +0 -0
  37. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/screenshot-005.png +0 -0
  38. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/screenshot-claude-desktop-airflow-connections-html.png +0 -0
  39. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/screenshot-claude-desktop-mermaid-diagram.png +0 -0
  40. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/screenshot-claude-desktop-question-001.png +0 -0
  41. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/img/screenshot-swagger-api.png +0 -0
  42. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/main.py +0 -0
  43. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/mcp-config.json.http +0 -0
  44. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/mcp-config.json.stdio +0 -0
  45. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/pyproject.toml +0 -0
  46. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/run-mcp-inspector-local.sh +0 -0
  47. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/run-mcp-inspector-pypi.sh +0 -0
  48. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/scripts/create-test-data.sh +0 -0
  49. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/scripts/create-test-data.sql +0 -0
  50. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/scripts/enable-pgsql-extensions.sh +0 -0
  51. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/scripts/mcp-server-docker-cmd.sh +0 -0
  52. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/setup.cfg +0 -0
  53. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops/__init__.py +0 -0
  54. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops/__main__.py +0 -0
  55. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops/functions.py +0 -0
  56. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops/mcp_main.py +0 -0
  57. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops/prompt_template.md +0 -0
  58. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops/version_compat.py +0 -0
  59. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops.egg-info/SOURCES.txt +0 -0
  60. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops.egg-info/dependency_links.txt +0 -0
  61. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops.egg-info/entry_points.txt +0 -0
  62. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops.egg-info/requires.txt +0 -0
  63. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/src/mcp_postgresql_ops.egg-info/top_level.txt +0 -0
  64. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/tests/__init__.py +0 -0
  65. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/tests/conftest.py +0 -0
  66. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/tests/docker/docker-compose.test.yml +0 -0
  67. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/tests/docker/init-test-db.sql +0 -0
  68. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/tests/test_tools_integration.py +0 -0
  69. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/tests/test_version_compat.py +0 -0
  70. {mcp_postgresql_ops-3.3.4 → mcp_postgresql_ops-3.3.5}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-postgresql-ops
3
- Version: 3.3.4
3
+ Version: 3.3.5
4
4
  Summary: Add your description here
5
5
  Author-email: JungJungIn <call518@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -958,8 +958,6 @@ Two test suites are available:
958
958
  | Unit tests (version compatibility logic) | `tests/test_version_compat.py` | No |
959
959
  | Integration tests (all tools × PG 12–18) | `tests/test_tools_integration.py` | Yes |
960
960
 
961
- #### Option A — Run everything with a single command (recommended)
962
-
963
961
  `uv run pytest` automatically starts the Docker test containers (PG 12–18), waits for them to be fully initialized, runs all tests, then tears everything down.
964
962
 
965
963
  ```bash
@@ -973,19 +971,6 @@ uv run pytest tests/test_version_compat.py -v
973
971
  uv run pytest tests/test_tools_integration.py -v
974
972
  ```
975
973
 
976
- #### Option B — Manual control via helper script
977
-
978
- ```bash
979
- # Full run: docker up → wait → pytest → docker down
980
- uv run python scripts/run-tests.py
981
-
982
- # Pass pytest options directly
983
- uv run python scripts/run-tests.py -v --tb=short
984
-
985
- # Keep containers running after tests (for debugging)
986
- uv run python scripts/run-tests.py --no-cleanup
987
- ```
988
-
989
974
  > **Note**: Docker must be running. The test stack uses ports 5412–5418 (PG 12–18).
990
975
 
991
976
  ### Version Compatibility Testing
@@ -940,8 +940,6 @@ Two test suites are available:
940
940
  | Unit tests (version compatibility logic) | `tests/test_version_compat.py` | No |
941
941
  | Integration tests (all tools × PG 12–18) | `tests/test_tools_integration.py` | Yes |
942
942
 
943
- #### Option A — Run everything with a single command (recommended)
944
-
945
943
  `uv run pytest` automatically starts the Docker test containers (PG 12–18), waits for them to be fully initialized, runs all tests, then tears everything down.
946
944
 
947
945
  ```bash
@@ -955,19 +953,6 @@ uv run pytest tests/test_version_compat.py -v
955
953
  uv run pytest tests/test_tools_integration.py -v
956
954
  ```
957
955
 
958
- #### Option B — Manual control via helper script
959
-
960
- ```bash
961
- # Full run: docker up → wait → pytest → docker down
962
- uv run python scripts/run-tests.py
963
-
964
- # Pass pytest options directly
965
- uv run python scripts/run-tests.py -v --tb=short
966
-
967
- # Keep containers running after tests (for debugging)
968
- uv run python scripts/run-tests.py --no-cleanup
969
- ```
970
-
971
956
  > **Note**: Docker must be running. The test stack uses ports 5412–5418 (PG 12–18).
972
957
 
973
958
  ### Version Compatibility Testing
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-postgresql-ops
3
- Version: 3.3.4
3
+ Version: 3.3.5
4
4
  Summary: Add your description here
5
5
  Author-email: JungJungIn <call518@gmail.com>
6
6
  Requires-Python: >=3.12
@@ -958,8 +958,6 @@ Two test suites are available:
958
958
  | Unit tests (version compatibility logic) | `tests/test_version_compat.py` | No |
959
959
  | Integration tests (all tools × PG 12–18) | `tests/test_tools_integration.py` | Yes |
960
960
 
961
- #### Option A — Run everything with a single command (recommended)
962
-
963
961
  `uv run pytest` automatically starts the Docker test containers (PG 12–18), waits for them to be fully initialized, runs all tests, then tears everything down.
964
962
 
965
963
  ```bash
@@ -973,19 +971,6 @@ uv run pytest tests/test_version_compat.py -v
973
971
  uv run pytest tests/test_tools_integration.py -v
974
972
  ```
975
973
 
976
- #### Option B — Manual control via helper script
977
-
978
- ```bash
979
- # Full run: docker up → wait → pytest → docker down
980
- uv run python scripts/run-tests.py
981
-
982
- # Pass pytest options directly
983
- uv run python scripts/run-tests.py -v --tb=short
984
-
985
- # Keep containers running after tests (for debugging)
986
- uv run python scripts/run-tests.py --no-cleanup
987
- ```
988
-
989
974
  > **Note**: Docker must be running. The test stack uses ports 5412–5418 (PG 12–18).
990
975
 
991
976
  ### Version Compatibility Testing