From 868915ffffdb2422169846f99b4651f7dd77f976 Mon Sep 17 00:00:00 2001 From: Maxim Kholod Date: Wed, 8 Jul 2026 10:52:10 +0200 Subject: [PATCH] 1.0.6 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3d0696a..0a051d5 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": "0.3", "name": "elastic-security-mcp-app", "display_name": "Elastic Security", - "version": "1.0.2", + "version": "1.0.6", "description": "Interactive blue-team security operations for Elastic Security — alert triage, attack discovery, case management, detection rules, threat hunting, and sample data generation.", "long_description": "An MCP App server that brings interactive blue-team security operations directly into Claude Desktop. Provides six rich React-based UIs that render inline in the conversation: alert triage with AI verdicts, AI-powered attack discovery with confidence scoring and MITRE mapping, case management with the Kibana Cases API, detection rule browsing and tuning, an ES|QL threat-hunting workbench with a D3 investigation graph, and an ECS sample-data generator for demos.", "author": { diff --git a/package.json b/package.json index 4f7645f..cd9aa27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-security-mcp-app", - "version": "1.0.2", + "version": "1.0.6", "description": "MCP App server for Elastic Security — interactive blue-team UIs for alert triage, case management, detection rules, and threat hunting", "type": "module", "license": "Elastic-2.0",