Skip to content

Commit 2b49d2d

Browse files
chore(packages): version packages (#399)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b19d07b commit 2b49d2d

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/mcp-result-field-values.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/mcp-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @testplanit/mcp-server
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#398](https://github.com/TestPlanIt/testplanit/pull/398) [`b19d07b`](https://github.com/TestPlanIt/testplanit/commit/b19d07bb3d7245534c8100b58554bdd573dfdbfb) Thanks [@therealbrad](https://github.com/therealbrad)! - `testplanit_test_run_results_create` now accepts an optional `fieldValues: [{ name, value }]` input to record custom Result Field entries alongside the result. Resolution is by display name (case-insensitive) or system name, scoped to the case's template; unknown names are rejected with the available field list in the error message. This unblocks result submission against templates that mark any Result Field required — previously the server rejected those submissions with `REQUIRED_FIELDS_MISSING` because the tool surface couldn't construct a valid payload.
8+
39
## 0.1.3
410

511
### Patch Changes

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@testplanit/mcp-server",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Model Context Protocol server for TestPlanIt — exposes test-case data to AI agents over stdio.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)