Skip to content

Release v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 12:56
· 101 commits to main since this release

Altinity MCP Server v1.1.0

Release Notes

v1.1.0

IMPROVEMENTS

  • switch to go 1.25, update go.mod
  • add --clickhouse-http-headers and CLICKHOUSE_HTTP_HEADERS to configuration, fix #18

BUG FIXES

  • generate OpenAPI schema with /openapi endpoint, even without JWE token, fix #15
  • fix stdio transport failures after implementations JWE, fix #17
  • fix isSelectQuery corner cases, fix #22

Docker

docker run --rm ghcr.io/altinity/altinity-mcp:1.1.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>