Skip to content

Releases: reportportal/reportportal-mcp-server

1.3.1

06 May 21:18
2c10f46

Choose a tag to compare

Added

  • Feature to list test items that match a given defect/issue type, thanks to @amd-dimmilic
  • TLS configuration parameters, resolves #50

Fixed

  • Add non-colon ISO8601 timezone formats, resolves #98
  • Fix anyOf logic at the update_launch tool, resolves #98

1.3.0

17 Apr 11:48
b2ddbfc

Choose a tag to compare

Added

  • Retrieve all the test results with any of specified attributes via one tool call with filter-any-composite-attribute parameter of get_test_items_by_filter tool.
    This is typically useful when you need to list the test results with specific Test Case IDs specified as attributes.
  • Go through the test results from several launches with filter-name parameter of get_test_items_by_filter tool.
    Can be effectively combined with all other supported parameters.
    filter-name corresponds to an existing filter ID in ReportPortal, which groups the target list of launches.
  • Browse the test item's history via single get_test_items_history tool call (supports filter-any-composite-attribute parameter as well), resolves #75
  • Ability to include before/after hooks for get_test_items_by_filter tool
  • Launch attributes and description can now be updated via update_launch tool, resolves #42
  • import_launch_from_file tool

Changed

1.2.0

16 Jan 13:02

Choose a tag to compare

Added

  • New tool get_launch_by_id added, addressed #76.

1.1.1

04 Dec 17:19

Choose a tag to compare

Fixed

  • arm64 architecture support.
  • Input parameters schema for the string array data type, fixes #66.

Added

  • Helm chart for Kubernetes deployments.

1.1.0

17 Nov 12:14
57c7620

Choose a tag to compare

Added

  • Remote http mode with multi-client support.
    The ReportPortal MCP server can now be deployed in your infrastructure and connected via HTTP to LLM clients. Resolves #41.
  • New tools update_defect_type_for_test_items and get_project_defect_types to enforce defect triaging experience with your favorite LLM.

Fixed

  • Full response data for get_test_items_by_filter and get_launches tools. Addressed #58.
  • Schema inconsistencies that caused errors in some MCP clients. Addressed #25.

1.0.1

28 Aug 11:39

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

01 Aug 18:55
e14dd7b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-beta1...1.0.0

1.0.0-beta1

01 Jul 14:20

Choose a tag to compare

1.0.0-beta1 Pre-release
Pre-release

What's Changed

  • Refactor item and launch sorting; improve error handling in API calls by @avarabyeu in #8

Full Changelog: v0...1.0.0-beta1

v0

17 Jun 13:40

Choose a tag to compare

v0

What's Changed

New Contributors

Full Changelog: https://github.com/reportportal/reportportal-mcp-server/commits/v0