Skip to content

Release v1.0.6

Choose a tag to compare

@github-actions github-actions released this 18 Aug 19:01
· 156 commits to main since this release

Altinity MCP Server v1.0.6

Release Notes

v1.0.6

IMPROVEMENTS

  • allow empty --jwt-secret-key parameter in CLI and inside /jwe_token_generator
  • when jwt secret empty then instead of use JWT inside JWE just use json serialization and encrypt it with JWE
  • during check JWE token first of all try to validate encrypted token as JWT if this is not JWT token try try parse descryted JWE as json and try to check expire without JWT

Docker

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

Helm

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