Conversation
|
Thank you for providing these instructions. I have edited them somewhat to conform to the style of the page. @valdezm please confirm that the changes look good to you. |
This commit addresses the following issues: - #118: Add percentile_cont, percentile_disc, mode to ALLOWED_FUNCTIONS - #111: Fix PostgreSQL ≤12 compatibility for stddev_exec_time column - #110: Fix Docker entrypoint (add exec) and create app user in Dockerfile - #109 & #94: Fix double quote parsing and sequence name escaping - #99: Add configurable query timeout via QUERY_TIMEOUT env var or --query-timeout - #95: Redirect logging to stderr to avoid interfering with stdio MCP transport - #93: Update broken README links to archived MCP servers repo - #100 & #74: Add uvx and WSL instructions to README - #71: Add table/column comments to metadata tools (list_objects, get_object_details) Changes: - safe_sql.py: Add ordered-set aggregate functions - top_queries_calc.py: Use version-appropriate column name for stddev - docker-entrypoint.sh: Use exec for proper signal handling - Dockerfile: Create app user before COPY with --chown - sequence_health_calc.py: Fix parsing of quoted identifiers - server.py: Add configurable timeout, table/column comments in metadata - __init__.py: Configure logging to stderr - README.md: Add uvx/WSL instructions, fix broken links
|
Thanks for the contribution! WSL instructions are definitely needed since PR #100 (now merged) only covers native uvx usage. A few suggestions to improve this: 1. Use
|
This adds WSL UVX instruction