Releases: Altinity/altinity-mcp
Releases · Altinity/altinity-mcp
Release v1.1.0
Altinity MCP Server v1.1.0
Release Notes
v1.1.0
IMPROVEMENTS
- switch to go 1.25, update go.mod
- add
--clickhouse-http-headersandCLICKHOUSE_HTTP_HEADERSto configuration, fix #18
BUG FIXES
- generate OpenAPI schema with
/openapiendpoint, even without JWE token, fix #15 - fix
stdiotransport failures after implementations JWE, fix #17 - fix
isSelectQuerycorner cases, fix #22
Docker
docker run --rm ghcr.io/altinity/altinity-mcp:1.1.0 altinity-mcp --helpHelm
helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>Release v1.0.7
Altinity MCP Server v1.0.7
Release Notes
v1.0.7
IMPROVEMENTS
- Update and enhance integration documentation for AI tools like Claude, Cursor, Windsurf, and OpenAI GPTs.
- Improve Helm chart documentation and resolve issues in the publishing workflow.
- Update project dependencies.
Docker
docker run --rm ghcr.io/altinity/altinity-mcp:1.0.7 altinity-mcp --helpHelm
helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>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>Release v1.0.5
Altinity MCP Server v1.0.5
Release Notes
v1.0.5
IMPROVEMENTS
- add
--cors-originCLI parameter andMCP_CORS_ORIGINconfig parameter, to allow custom origin in CORS policy
BUG FIXES
- minor fixes for CORS to pass https://playground.ai.cloudflare.com/
Docker
docker run --rm ghcr.io/altinity/altinity-mcp:1.0.5 altinity-mcp --helpHelm
helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>Release v1.0.4
Altinity MCP Server v1.0.4
Release Notes
v1.0.4
FEATURES
- add
/jwe-token-generatorendpoint to generate JWE tokens, fix #8
Docker
docker run --rm ghcr.io/altinity/altinity-mcp:1.0.4 altinity-mcp --helpHelm
helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>Release v1.0.3
Altinity MCP Server v1.0.3
Release Notes
v1.0.3
BUG FIXES
- fix
/healthbehavior forread_only=truecorner case, fix #7
Docker
docker pull ghcr.io/altinity/altinity-mcp:1.0.3Release v1.0.2
Altinity MCP Server v1.0.2
Release Notes
v1.0.2
IMPROVEMENTS
- add support
Authorization: Bearer,Authorization: Basicandx-altinity-mcp-keyheaders for MCP servers - add push helm chart into oci://ghcr.io/altinity/altinity-mcp/helm
Docker
docker pull ghcr.io/altinity/altinity-mcp:1.0.2Release v1.0.1
Altinity MCP Server v1.0.1
Release Notes
v1.0.1
BUG FIXES
- fix
/messageshandler for MCP SSE transport when JWE disabled
Docker
docker pull ghcr.io/altinity/altinity-mcp:1.0.1Release v1.0.0
Altinity MCP Server v1.0.0
Release Notes
v1.0.0
Initial release of Altinity MCP Server
Features
- JWE Token encryption
- MCP with STDIO, SSE and Streaming HTTP protocol - https://modelcontextprotocol.io
- OpenAPI for OpenAI GPTs actions - https://help.openai.com/en/articles/8554397-creating-a-gpt
vibe coded with https://github.com/hotovo/aider-desk
Docker
docker pull ghcr.io/altinity/altinity-mcp:1.0.0