Skip to content

Releases: kontent-ai/mcp-server

0.20.0

24 Sep 12:30

Choose a tag to compare

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

10 Sep 10:32

Choose a tag to compare

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

Full Changelog: 0.18.0...0.19.0

0.18.0

01 Sep 15:55

Choose a tag to compare

What's Changed

  • Add support for loading config from AppConfiguration by @matus12 in #30

Full Changelog: 0.17.0...0.18.0

0.17.0

19 Aug 15:36
3e9270e

Choose a tag to compare

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

30 Jul 07:58

Choose a tag to compare

What's Changed

  • Add create-variant-version-mapi tool by @Simcsa in #25
  • Update descriptions for upsert-language-variant-mapi-tool by @Simcsa in #25

Full Changelog: 0.15.0...0.16.0

0.15.0

29 Jul 07:00
97d799a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0

0.14.0

17 Jul 11:57

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.0...0.14.0

0.13.0

17 Jul 10:03

Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.13.0

0.12.0

16 Jul 07:57

Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

10 Jul 13:30

Choose a tag to compare

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/tools directory.

Add publishing variant tool

  • Introduced publish-variant-mapi to publish or schedule language variants in Kontent.ai, supporting immediate and scheduled publishing with timezone options.
  • Added get-current-datetime tool 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-mapi tool to allow immediate or scheduled unpublishing of language variants, including optional timezone support.

@michaela-butschkova in #18

Full Changelog: 0.10.0...0.11.0