Release v1.3.0
Altinity MCP Server v1.3.0
Release Notes
v1.3.0
FEATURES
- add dynamic tools support - automatically generate MCP tools from ClickHouse views, fix #27
- configure rules to match views using regexp patterns against
system.tables - optionally specify explicit tool names with
namefield (requires regexp to match exactly one view) - automatic parameter detection from view definitions
{param: Type} - support for both MCP and OpenAPI endpoints
- comprehensive documentation in
docs/dynamic_tools.md
- configure rules to match views using regexp patterns against
IMPROVEMENTS
- add Microsoft Copilot Studio compatibility by handling trailing slashes in HTTP paths (contribution by @derFunk)
- update dependencies:
- bump
github.com/mark3labs/mcp-gofrom 0.41.1 to 0.42.0 - bump
github.com/urfave/cli/v3from 3.4.1 to 3.5.0
- bump
- update Helm chart values.yaml
Docker
docker run --rm ghcr.io/altinity/altinity-mcp:1.3.0 altinity-mcp --helpHelm
helm install altinity-mcp oci://ghcr.io/altinity/altinity-mcp/helm/altinity-mcp -n <your-namespace> -f <your-values.yaml>