Skip to content

Commit ed30cb8

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

File tree

11 files changed

+31
-10
lines changed

11 files changed

+31
-10
lines changed

.changeset/multi-provider-eval.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Patch Changes
6+
7+
- @speakeasy-api/docs-mcp-core@0.5.0
8+
39
## 0.4.2
410

511
### 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.4.2",
3+
"version": "0.5.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @speakeasy-api/docs-mcp-core
22

3+
## 0.5.0
4+
35
## 0.4.2
46

57
## 0.4.1

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.4.2",
3+
"version": "0.5.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @speakeasy-api/docs-mcp-eval
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 0678460: Add multi-provider agent eval support with OpenAI Codex as a second provider. Introduces `AgentProvider` interface, `--provider` CLI flag, MCP pre-flight verification, and cost/token tracking for Codex. Removes hardcoded system prompts from acmeauth fixtures and adds package.json dependency assertions.
8+
9+
### Patch Changes
10+
11+
- @speakeasy-api/docs-mcp-core@0.5.0
12+
313
## 0.4.2
414

515
### 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.4.2",
3+
"version": "0.5.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.5.0
4+
35
## 0.4.2
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.4.2",
3+
"version": "0.5.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @speakeasy-api/docs-mcp-server
22

3+
## 0.5.0
4+
5+
### Patch Changes
6+
7+
- @speakeasy-api/docs-mcp-core@0.5.0
8+
39
## 0.4.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)