Skip to content

Commit 9e1712c

Browse files
chore: version packages (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1dc7b7d commit 9e1712c

File tree

11 files changed

+29
-10
lines changed

11 files changed

+29
-10
lines changed

.changeset/khaki-mangos-speak.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.16.3
4+
5+
### Patch Changes
6+
7+
- @speakeasy-api/docs-mcp-core@0.16.3
8+
39
## 0.16.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.16.2",
3+
"version": "0.16.3",
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.3
4+
35
## 0.16.2
46

57
## 0.16.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.16.2",
3+
"version": "0.16.3",
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.3
4+
5+
### Patch Changes
6+
7+
- @speakeasy-api/docs-mcp-core@0.16.3
8+
- @speakeasy-api/docs-mcp-cli@0.16.3
9+
310
## 0.16.2
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.16.2",
3+
"version": "0.16.3",
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.3
4+
35
## 0.16.2
46

57
## 0.16.1

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

3+
## 0.16.3
4+
5+
### Patch Changes
6+
7+
- 1dc7b7d: Register SIGINT and SIGTERM handlers so the server closes its active transport before exiting. This lets HTTP and stdio deployments stop cleanly in containers instead of hanging on shutdown.
8+
- @speakeasy-api/docs-mcp-core@0.16.3
9+
310
## 0.16.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)