Release v1.0.6
Altinity MCP Server v1.0.6
Release Notes
v1.0.6
IMPROVEMENTS
- allow empty
--jwt-secret-keyparameter 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 --helpHelm
helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>