Releases: kontent-ai/mcp-server
Releases · kontent-ai/mcp-server
0.20.0
What's Changed
- EN-569 - Improve error responses by @zdenekjurka in #34
- EN-587 Replace App Configuration with environment variables by @huluvu21 in #36
- EN-569 - Dont log 400 responses as exceptions by @zdenekjurka in #37
- Update search-variants-mapi polling logic for new endpoint behavior by @zbynekh in #39
Full Changelog: 0.19.0...0.20.0
0.19.0
What's Changed
- EN-569 - Add Application Insights with Azure App Configuration by @zdenekjurka in #29
- EN-586 Use raw data in the tooling responses by @huluvu21 in #32
- EN-588 Remove testing get-item-dapi tool by @huluvu21 in #33
- Add search-variants-mapi tool by @zbynekh in #31
New Contributors
- @zdenekjurka made their first contribution in #29
- @huluvu21 made their first contribution in #32
- @zbynekh made their first contribution in #31
Full Changelog: 0.18.0...0.19.0
0.18.0
0.17.0
What's Changed
- KCL-14272 - Allow connection to specific projects through a single instance, authenticated with Bearer token by @hejtmii in #27
- Removal of deprecated SSE
- Removal of unwanted response pretty print
New Contributors
Full Changelog: 0.16.0...0.17.0
0.16.0
0.15.0
What's Changed
- Bump form-data from 4.0.2 to 4.0.4 by @dependabot[bot] in #23
- Add support for taxonomies and has no contributors by @winklertomas in #24
New Contributors
- @dependabot[bot] made their first contribution in #23
- @winklertomas made their first contribution in #24
Full Changelog: 0.14.0...0.15.0
0.14.0
What's Changed
- Patch content type by @IvanKiral in #19
New Contributors
- @IvanKiral made their first contribution in #19
Full Changelog: 0.13.0...0.14.0
0.13.0
0.12.0
What's Changed
- Standardize tool descriptions for Kontent.ai API by @Tomas-Kristof in #20
- Remove get current datetime tool by @Tomas-Kristof in #21
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
Add MCP tool naming guidelines
- Introduced a new naming convention for MCP tools, specifying that tool names must be under 35 characters.
- Added a new rules file to enforce this naming standard for tools in the
src/toolsdirectory.
Add publishing variant tool
- Introduced
publish-variant-mapito publish or schedule language variants in Kontent.ai, supporting immediate and scheduled publishing with timezone options. - Added
get-current-datetimetool to retrieve the current date and time in UTC (ISO-8601 format). This tool enables relative time scheduling (eg. "In X hours" syntax)
Add unpublish variant tool
- Introduced the
unpublish-variant-mapitool to allow immediate or scheduled unpublishing of language variants, including optional timezone support.
Full Changelog: 0.10.0...0.11.0