Skip to content

Release v1.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Nov 08:12
· 399 commits to main since this release

Altinity MCP Server v1.3.1

Release Notes

v1.3.1

IMPROVEMENTS

  • implement lazy loading for dynamic tools to improve startup time and reliability

BUG FIXES

  • ensure dynamic tools are properly initialized when using JWE authentication by loading them upon first request with valid token

Docker

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

Helm

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