Skip to content

Commit 7be07c1

Browse files
chore(packages): version packages (#346)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d98a50 commit 7be07c1

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/mcp-readme-rewrite.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.2
4+
5+
### Patch Changes
6+
7+
- [#345](https://github.com/TestPlanIt/testplanit/pull/345) [`0d98a50`](https://github.com/TestPlanIt/testplanit/commit/0d98a50fa5b61a6ebbe071713ffaed3584b470ee) Thanks [@therealbrad](https://github.com/therealbrad)! - Rewrite the README as concise, plain-English usage documentation: quick start, configuration, client setup, and a compact tool reference. Removes internal planning jargon and the 1000+ line per-tool schema dump (the MCP client discovers parameters at runtime).
8+
39
## 0.1.1
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.1",
3+
"version": "0.1.2",
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)