Skip to content

Releases: mia-platform/console-mcp-server

v1.2.1

16 Oct 08:55

Choose a tag to compare

v1.2.0

15 Oct 08:31

Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes 🛠

  • build(deps): bump node from cb31435 to 605dc0b by @dependabot[bot] in #34

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Oct 08:10

Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: add marketplace tools to retrieve Item Type Definitions by @epessina in #30
  • feat: support for MCP prompts, created "deploy" prompt by @ThisIsDemetrio in #32

Other Changes 🛠

  • feat: use dotenv to import environment variables in application by @ThisIsDemetrio in #26
  • build(deps): bump node from 67bb653 to d2166de by @dependabot[bot] in #24
  • build(deps): bump node from 22.19.0-alpine to 22.20.0-alpine by @dependabot[bot] in #33

New Contributors

Full Changelog: v1.0.6...v1.1.0

v1.0.6

16 Sep 10:14

Choose a tag to compare

What's Changed

Bug fixes 🐛

  • fix(view_audit_logs): params "from" and "to" now accept regular dates by @ThisIsDemetrio in #27

Other Changes 🛠

  • build(deps): bump node from 22.17.0-alpine to 22.17.1-alpine by @dependabot[bot] in #13
  • Ensuring AI features enabled on tenant by @danielemarostica in #17
  • Ensuring AI features enabled on other MCP tools as well by @danielemarostica in #19
  • Adds error flag to tool call results by @danielemarostica in #21
  • docs: add Gemini CLI configuration for mia-platform-console by @davide-parini in #20
  • ci(deps): bump the minor-actions-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #23
  • build(deps): bump node from 22.17.1-alpine to 22.19.0-alpine by @dependabot[bot] in #22
  • feat: view_audit_logs tool now include a 7-days date range by default by @ThisIsDemetrio in #29
  • Decostructing CONFIGURATION_TO_SAVE tool to improve endpoints and collection generation performance by @graz-dev in #28

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

17 Jul 14:49

Choose a tag to compare

What's Changed

Bug fixes 🐛

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

16 Jul 14:00

Choose a tag to compare

What's Changed

Exciting New Features 🎉

Full Changelog: v1.0.3...v1.0.4

v1.0.3

16 Jul 08:20

Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug fixes 🐛

  • fix: create service from template specifies groupName with correct field name by @davidebianchi in #11

Full Changelog: v1.0.2...v1.0.3

v1.0.2

14 Jul 08:46
0f9be05

Choose a tag to compare

What's Changed

Bug fixes 🐛

Other Changes 🛠

  • ci(deps): bump the minor-actions-dependencies group with 4 updates by @dependabot[bot] in #8

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Jul 17:19
a04110d

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

09 Jul 13:39
d867822

Choose a tag to compare

First implementation of the Mia-Platform Console MCP Server. 🎉

This server can be used within the Mia-Platform Console Assistant chatbot or locally integrated within any mcp-compatible tool.

What's Changed

Exciting New Features 🎉

Bug fixes 🐛

Other Changes 🛠

New Contributors