iflow-mcp_alaturqua-mcp-trino-python 0.7.2__tar.gz → 0.7.3__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 (29) hide show
  1. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/PKG-INFO +1 -1
  2. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/pyproject.toml +1 -1
  3. iflow_mcp_alaturqua_mcp_trino_python-0.7.3/server_config.json +1 -0
  4. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/src/server.py +624 -617
  5. iflow_mcp_alaturqua_mcp_trino_python-0.7.2/server_config.json +0 -1
  6. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.dockerignore +0 -0
  7. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.env.example +0 -0
  8. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.github/CODEOWNERS +0 -0
  9. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  10. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  11. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.github/pull_request_template.md +0 -0
  12. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.github/workflows/docker.yml +0 -0
  13. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.github/workflows/publish.yml +0 -0
  14. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.gitignore +0 -0
  15. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/.python-version +0 -0
  16. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/Dockerfile +0 -0
  17. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/LICENSE +0 -0
  18. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/README.md +0 -0
  19. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/docker-compose.yml +0 -0
  20. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/language.json +0 -0
  21. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/package_name +0 -0
  22. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/push_info.json +0 -0
  23. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/requirements.txt +0 -0
  24. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/ruff.toml +0 -0
  25. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/smithery.yaml +0 -0
  26. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/src/__init__.py +0 -0
  27. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/src/config.py +0 -0
  28. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/src/trino_client.py +0 -0
  29. {iflow_mcp_alaturqua_mcp_trino_python-0.7.2 → iflow_mcp_alaturqua_mcp_trino_python-0.7.3}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iflow-mcp_alaturqua-mcp-trino-python
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: A Model Context Protocol (MCP) connector for Trino, enabling seamless integration between MCP-compliant services and Trino query engine
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "iflow-mcp_alaturqua-mcp-trino-python"
3
- version = "0.7.2"
3
+ version = "0.7.3"
4
4
  description = "A Model Context Protocol (MCP) connector for Trino, enabling seamless integration between MCP-compliant services and Trino query engine"
5
5
  readme = "README.md"
6
6
  license = { text = "Apache-2.0" }
@@ -0,0 +1 @@
1
+ {"serverConfig": {"mcpServers": {"mcp-trino-python": {"command": "uvx", "args": ["--from", "iflow-mcp_alaturqua-mcp-trino-python==0.7.2", "iflow-mcp-alaturqua-mcp-trino-python"], "env": {"TRINO_HOST": "${TRINO_HOST}", "TRINO_PORT": "${TRINO_PORT}", "TRINO_USER": "${TRINO_USER}", "TRINO_CATALOG": "${TRINO_CATALOG}", "TRINO_SCHEMA": "${TRINO_SCHEMA}", "TRINO_HTTP_SCHEME": "${TRINO_HTTP_SCHEME}"}, "values": {"TRINO_HOST": {"type": "string", "description": "Trino server hostname", "default": "localhost"}, "TRINO_PORT": {"type": "string", "description": "Trino server port", "default": "8080"}, "TRINO_USER": {"type": "string", "description": "Trino username", "default": "trino"}, "TRINO_CATALOG": {"type": "string", "description": "Default catalog", "default": "tpch"}, "TRINO_SCHEMA": {"type": "string", "description": "Default schema", "default": "tiny"}, "TRINO_HTTP_SCHEME": {"type": "string", "description": "HTTP scheme (http/https)", "default": "http"}}}}}}