Skip to content

Commit ec3c2eb

Browse files
authored
Merge pull request #41 from nestm-dev/changeset-release/main
chore: release @nestm/mcp (alpha)
2 parents 883a31b + 136e176 commit ec3c2eb

21 files changed

Lines changed: 80 additions & 10 deletions

File tree

File renamed without changes.

packages/mcp-apps/CHANGELOG.md

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

3+
## 0.1.0-alpha.11
4+
5+
### Patch Changes
6+
7+
- @nestm/mcp-server@0.1.0-alpha.11
8+
39
## 0.1.0-alpha.10
410

511
### Patch Changes

packages/mcp-apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestm/mcp-apps",
3-
"version": "0.1.0-alpha.10",
3+
"version": "0.1.0-alpha.11",
44
"description": "Stable MCP Apps server metadata, validation, fragments, and direct-server feature composition for MCP SDK v2.",
55
"type": "module",
66
"sideEffects": false,

packages/mcp-auth/CHANGELOG.md

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

3+
## 0.1.0-alpha.11
4+
5+
### Patch Changes
6+
7+
- @nestm/mcp-core@0.1.0-alpha.11
8+
- @nestm/mcp-server@0.1.0-alpha.11
9+
310
## 0.1.0-alpha.10
411

512
### Patch Changes

packages/mcp-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestm/mcp-auth",
3-
"version": "0.1.0-alpha.10",
3+
"version": "0.1.0-alpha.11",
44
"description": "OAuth 2.1 authorization-server proxy, Client ID Metadata Documents, and token infrastructure for NestM MCP servers.",
55
"type": "module",
66
"sideEffects": false,

packages/mcp-client/CHANGELOG.md

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

3+
## 0.1.0-alpha.11
4+
5+
### Patch Changes
6+
7+
- @nestm/mcp-core@0.1.0-alpha.11
8+
39
## 0.1.0-alpha.10
410

511
### Patch Changes

packages/mcp-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestm/mcp-client",
3-
"version": "0.1.0-alpha.10",
3+
"version": "0.1.0-alpha.11",
44
"description": "Multi-server MCP v2 client runtime with transport, middleware, lifecycle, and discovery support.",
55
"license": "BSD-3-Clause",
66
"author": "nestm",

packages/mcp-conformance/CHANGELOG.md

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

3+
## 0.1.0-alpha.11
4+
35
## 0.1.0-alpha.10
46

57
### Minor Changes

packages/mcp-conformance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestm/mcp-conformance",
3-
"version": "0.1.0-alpha.10",
3+
"version": "0.1.0-alpha.11",
44
"description": "Bounded runtime integrity and safety probes for third-party MCP servers, with canonicalization, bounded capture, and catalog fingerprinting for drift detection.",
55
"type": "module",
66
"sideEffects": false,

packages/mcp-core/CHANGELOG.md

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

3+
## 0.1.0-alpha.11
4+
35
## 0.1.0-alpha.10
46

57
## 0.1.0-alpha.9

0 commit comments

Comments
 (0)