Skip to content

Commit 3bda3e3

Browse files
[Asgardeo Release] [GitHub Actions] [Release] [skip ci] update package versions
1 parent bfb1113 commit 3bda3e3

File tree

7 files changed

+31
-9
lines changed

7 files changed

+31
-9
lines changed

.changeset/deep-wolves-cough.md

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

examples/express-mcp-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @brionmario-experimental/express-mcp-server
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`3e952c0`](https://github.com/brionmario/mcp-node/commit/3e952c0bfb9da069f2193621d963e76bb54873af)]:
9+
- @brionmario-experimental/mcp-express@0.0.3
10+
311
## 0.0.2
412

513
### Patch Changes

examples/express-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@brionmario-experimental/express-mcp-server",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "Example Express server demonstrating MCP authorization using Asgardeo",
66
"keywords": [
77
"asgardeo",

packages/mcp-express/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @brionmario-experimental/mcp-express
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#6](https://github.com/brionmario/mcp-node/pull/6)
8+
[`3e952c0`](https://github.com/brionmario/mcp-node/commit/3e952c0bfb9da069f2193621d963e76bb54873af) Thanks
9+
[@3nethz](https://github.com/3nethz)! - Fix endpoints to match the protocol, change error handling
10+
11+
- Updated dependencies
12+
[[`3e952c0`](https://github.com/brionmario/mcp-node/commit/3e952c0bfb9da069f2193621d963e76bb54873af)]:
13+
- @brionmario-experimental/mcp-node@0.0.3
14+
315
## 0.0.2
416

517
### Patch Changes

packages/mcp-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brionmario-experimental/mcp-express",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Express middleware for enforcing Model Context Protocol (MCP) authorization using Asgardeo.",
55
"keywords": [
66
"asgardeo",

packages/mcp-node/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @brionmario-experimental/mcp-node
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#6](https://github.com/brionmario/mcp-node/pull/6)
8+
[`3e952c0`](https://github.com/brionmario/mcp-node/commit/3e952c0bfb9da069f2193621d963e76bb54873af) Thanks
9+
[@3nethz](https://github.com/3nethz)! - Fix endpoints to match the protocol, change error handling
10+
311
## 0.0.2
412

513
### Patch Changes

packages/mcp-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brionmario-experimental/mcp-node",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Node.js core for enforcing Model Context Protocol (MCP) authorization using Asgardeo.",
55
"keywords": [
66
"asgardeo",

0 commit comments

Comments
 (0)