Skip to content

1.1

Choose a tag to compare

@Baraujo25 Baraujo25 released this 30 Dec 16:17
· 179 commits to main since this release

What's new on the BlazeMeter MCP:

MCP Skills

  • Modular, composable knowledge packages (instructions, scripts, troubleshooting guides) curated from official BlazeMeter documentation.
  • Over 500 pages of documentation condensed into 15 categories and 88 resource files.
  • Skills are loaded locally via Model Context Protocol (MCP) for fast, offline-ready, and secure AI-powered support.
  • Fully transparent, open for community review and contribution, and aligned with the Agent Skills open standard.

Integrated Help System

  • Enables users and AI agents to search the entire BlazeMeter documentation set for relevant information.
  • Acts as a fallback when a specific Skill does not exist, ensuring users always have access to authoritative guidance.
  • Seamlessly integrates with Skills for reference links and continuous knowledge updates.

Confirmation Mode

  • It is possible to configure the confirmation mode for create, update, or delete operations.
  • New argument --confirm allows you to configure the confirmation mode. Possible values: DELETE (Default) - Request confirmation on delete operations only; CUD - Request confirmation on create, update, and delete operations; DISABLE - Disable confirmation (warning: It allows an agent to perform any type of critical operation without human approval)

Delete support on Test

  • The ability to delete tests is supported. By default, it will request confirmation from the user. This depends on the previously mentioned confirmation mode settings.

Billing and Costs Tool

  • Calculate test costs based on test configuration for different test types.

Full Changelog: v1.0.1...v1.1