Skip to content

Release v1.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 20:05
· 92 commits to main since this release

Altinity MCP Server v1.1.1

Release Notes

v1.1.1

IMPROVEMENTS

  • make --jwt-secret-key optional to use JSON serialization+JWE encryption instead of JWT signing+JWE encryption, fix #25

Docker

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