Skip to content

Release v1.3.4

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Nov 22:29
· 17 commits to main since this release

Altinity MCP Server v1.3.4

Release Notes

v1.3.4

FEATURES

  • dynamic tools are now refreshed on every schema request (OpenAPI) or tools/list (MCP) call
  • dynamic tools are now per-connection: different ClickHouse connections (user@host:port/database) have independent tool sets
  • views deleted from ClickHouse are automatically removed from the tool list on next refresh

Docker

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

Helm

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