Skip to content

Commit 767da01

Browse files
chore: version packages (#49)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 26f27d7 commit 767da01

File tree

11 files changed

+36
-15
lines changed

11 files changed

+36
-15
lines changed

.changeset/tall-schools-wave.md

Lines changed: 0 additions & 10 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.16.0
4+
5+
### Patch Changes
6+
7+
- @speakeasy-api/docs-mcp-core@0.16.0
8+
39
## 0.15.1
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.15.1",
3+
"version": "0.16.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.16.0
4+
35
## 0.15.1
46

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

3+
## 0.16.0
4+
5+
### Patch Changes
6+
7+
- @speakeasy-api/docs-mcp-core@0.16.0
8+
- @speakeasy-api/docs-mcp-cli@0.16.0
9+
310
## 0.15.1
411

512
### 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.15.1",
3+
"version": "0.16.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.16.0
4+
35
## 0.15.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.15.1",
3+
"version": "0.16.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @speakeasy-api/docs-mcp-server
22

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- 26f27d7: Simplify the server package programmatic API around `createDocsServer()`.
8+
- remove the old `createDocsMcpServerFactory()` and `createDocsServerFactory()` exports
9+
- make `DocsServer` the public callable server type instead of exporting a separate `DocsServerFactory` alias
10+
- let `createDocsServer()` and `startHttpServer()` share the same default name, version, build metadata, and logging behavior as the CLI
11+
- accept plain `console`-shaped loggers when a custom logger is provided, while keeping the default internal logger setup automatic
12+
13+
### Patch Changes
14+
15+
- @speakeasy-api/docs-mcp-core@0.16.0
16+
317
## 0.15.1
418

519
### Patch Changes

0 commit comments

Comments
 (0)