From 502a3e4f2c795eb0f3db2ba299a5810c09eb0a94 Mon Sep 17 00:00:00 2001 From: Andrii Arsenin Date: Tue, 21 Apr 2026 18:02:48 +0300 Subject: [PATCH] 1.7.1 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ac583..7eb1852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## 1.7.1 - 2026-04-21 + +Changes since 1.7.0: + +### Added + +- Added MCP tools to upload, list, and fetch scenario files using base64 content payloads. +- Added MCP tools to list run artifacts and fetch run artifact content with metadata. + +### Changed + +- Documented MCP binary content handling for scenario files and run artifacts. + ## 1.7.0 - 2026-04-21 Changes since 1.6.1: diff --git a/package-lock.json b/package-lock.json index e0663fe..454cb56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "liqa", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "liqa", - "version": "1.7.0", + "version": "1.7.1", "workspaces": [ "server", "client" diff --git a/package.json b/package.json index 94aa48a..16aba2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "liqa", - "version": "1.7.0", + "version": "1.7.1", "private": true, "workspaces": [ "server",