Skip to content

Commit 814bd07

Browse files
chore: version packages (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 029ec37 commit 814bd07

File tree

11 files changed

+46
-14
lines changed

11 files changed

+46
-14
lines changed

.changeset/add-agent-eval.md

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @speakeasy-api/docs-mcp-cli
22

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [029ec37]
8+
- @speakeasy-api/docs-mcp-core@0.3.0
9+
310
## 0.2.1
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/docs-mcp-cli",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "CLI toolchain for validating, indexing, and bootstrapping docs-mcp documentation corpora",
55
"license": "AGPL-3.0-only",
66
"type": "module",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @speakeasy-api/docs-mcp-core
22

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- 029ec37: Add agent evaluation harness for end-to-end testing of MCP tool usage
8+
9+
Introduces a self-contained agent eval framework that uses Claude Agent SDK to run realistic coding scenarios against docs-mcp, with assertion-based scoring, file content validation, and an interactive CLI (`docs-mcp-eval`). Includes multi-language scenarios for several SDKs, build caching, history tracking, and configurable tool descriptions in the server.
10+
311
## 0.2.1
412

513
## 0.2.0

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/docs-mcp-core",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Core retrieval and indexing primitives for docs-mcp: markdown chunking, hybrid search, and LanceDB integration",
55
"license": "AGPL-3.0-only",
66
"type": "module",

packages/eval/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @speakeasy-api/docs-mcp-eval
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 029ec37: Add agent evaluation harness for end-to-end testing of MCP tool usage
8+
9+
Introduces a self-contained agent eval framework that uses Claude Agent SDK to run realistic coding scenarios against docs-mcp, with assertion-based scoring, file content validation, and an interactive CLI (`docs-mcp-eval`). Includes multi-language scenarios for several SDKs, build caching, history tracking, and configurable tool descriptions in the server.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [029ec37]
14+
- @speakeasy-api/docs-mcp-core@0.3.0
15+
316
## 0.2.1
417

518
### Patch Changes

packages/eval/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/docs-mcp-eval",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Evaluation and benchmarking harness for docs-mcp search quality metrics",
55
"license": "AGPL-3.0-only",
66
"type": "module",

packages/playground/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @speakeasy-api/docs-mcp-playground
22

3+
## 0.3.0
4+
35
## 0.2.1
46

57
### Patch Changes

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasy-api/docs-mcp-playground",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Interactive web playground for demonstrating and exploring a docs-mcp server",
55
"license": "AGPL-3.0-only",
66
"type": "module",

packages/server/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- 029ec37: Add agent evaluation harness for end-to-end testing of MCP tool usage
8+
9+
Introduces a self-contained agent eval framework that uses Claude Agent SDK to run realistic coding scenarios against docs-mcp, with assertion-based scoring, file content validation, and an interactive CLI (`docs-mcp-eval`). Includes multi-language scenarios for several SDKs, build caching, history tracking, and configurable tool descriptions in the server.
10+
11+
- Updated dependencies [029ec37]
12+
- @speakeasy-api/docs-mcp-core@0.3.0
13+
314
## 0.2.1
415

516
### Patch Changes

0 commit comments

Comments
 (0)