Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/mcp-result-field-values.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @testplanit/mcp-server

## 0.1.4

### Patch Changes

- [#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.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testplanit/mcp-server",
"version": "0.1.3",
"version": "0.1.4",
"description": "Model Context Protocol server for TestPlanIt — exposes test-case data to AI agents over stdio.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down