Skip to content

Release v1.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Oct 13:51
· 52 commits to main since this release

Altinity MCP Server v1.2.0

Release Notes

v1.2.0

IMPROVEMENTS

  • remove list_tables and describe_table tools and resources
  • remove all prompt capabilities

BUG FIXES

  • fix OpenAPI schema generation to exclude removed endpoints
  • remove references to deleted tools in documentation and tests
  • extend isSelectQuery to support DESC, EXISTS, and EXPLAIN queries, fix #26

Docker

docker run --rm ghcr.io/altinity/altinity-mcp:1.2.0 altinity-mcp --help

Helm

helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>