Skip to content

Commit 5dd36db

Browse files
committed
chore: update versions
1 parent 1e64351 commit 5dd36db

File tree

8 files changed

+5
-90
lines changed

8 files changed

+5
-90
lines changed
Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +0,0 @@
1-
# @asgardeo/express-mcp-server
2-
3-
## 0.0.4
4-
5-
### Patch Changes
6-
7-
- Updated dependencies
8-
[[`8dbe302`](https://github.com/brionmario/mcp-node/commit/8dbe30202ba186bebc2626195c421a9a369a2bb5)]:
9-
- @asgardeo/mcp-express@0.0.4
10-
11-
## 0.0.3
12-
13-
### Patch Changes
14-
15-
- Updated dependencies
16-
[[`3e952c0`](https://github.com/brionmario/mcp-node/commit/3e952c0bfb9da069f2193621d963e76bb54873af)]:
17-
- @asgardeo/mcp-express@0.0.3
18-
19-
## 0.0.2
20-
21-
### Patch Changes
22-
23-
- Updated dependencies
24-
[[`b214778`](https://github.com/brionmario/mcp-node/commit/b214778637b99242e6269f0c53ef1a9760030971)]:
25-
- @asgardeo/mcp-express@0.0.2

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": "@asgardeo/express-mcp-server",
4-
"version": "0.0.4",
4+
"version": "0.0.0",
55
"description": "Example Express server demonstrating MCP authorization using Asgardeo",
66
"keywords": [
77
"asgardeo",

examples/express-mcp-vet-ai-assist-app/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": "@asgardeo/express-mcp-vet-ai-assist-app",
4-
"version": "0.0.4",
4+
"version": "0.0.0",
55
"description": "Example Express server demonstrating MCP authorization using Asgardeo",
66
"keywords": [
77
"asgardeo",

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": "@asgardeo/mcp-express-workspace",
4-
"version": "0.0.1",
4+
"version": "0.0.0",
55
"description": "Workspace to hold the Express middleware for enforcing Model Context Protocol (MCP) authorization using Asgardeo.",
66
"author": "WSO2",
77
"license": "Apache-2.0",

packages/mcp-express/CHANGELOG.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +0,0 @@
1-
# @asgardeo/mcp-express
2-
3-
## 0.0.4
4-
5-
### Patch Changes
6-
7-
- [#8](https://github.com/brionmario/mcp-node/pull/8)
8-
[`8dbe302`](https://github.com/brionmario/mcp-node/commit/8dbe30202ba186bebc2626195c421a9a369a2bb5) Thanks
9-
[@3nethz](https://github.com/3nethz)! - configure esbuild for Node.js environment with dual module support
10-
11-
- Updated dependencies
12-
[[`8dbe302`](https://github.com/brionmario/mcp-node/commit/8dbe30202ba186bebc2626195c421a9a369a2bb5)]:
13-
- @asgardeo/mcp-node@0.0.4
14-
15-
## 0.0.3
16-
17-
### Patch Changes
18-
19-
- [#6](https://github.com/brionmario/mcp-node/pull/6)
20-
[`3e952c0`](https://github.com/brionmario/mcp-node/commit/3e952c0bfb9da069f2193621d963e76bb54873af) Thanks
21-
[@3nethz](https://github.com/3nethz)! - Fix endpoints to match the protocol, change error handling
22-
23-
- Updated dependencies
24-
[[`3e952c0`](https://github.com/brionmario/mcp-node/commit/3e952c0bfb9da069f2193621d963e76bb54873af)]:
25-
- @asgardeo/mcp-node@0.0.3
26-
27-
## 0.0.2
28-
29-
### Patch Changes
30-
31-
- [`b214778`](https://github.com/brionmario/mcp-node/commit/b214778637b99242e6269f0c53ef1a9760030971) Thanks
32-
[@brionmario](https://github.com/brionmario)! - Initial Test Release 🎉
33-
34-
- Updated dependencies
35-
[[`b214778`](https://github.com/brionmario/mcp-node/commit/b214778637b99242e6269f0c53ef1a9760030971)]:
36-
- @asgardeo/mcp-node@0.0.2

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": "@asgardeo/mcp-express",
3-
"version": "0.0.4",
3+
"version": "0.0.0",
44
"description": "Express middleware for enforcing Model Context Protocol (MCP) authorization using Asgardeo.",
55
"keywords": [
66
"asgardeo",

packages/mcp-node/CHANGELOG.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +0,0 @@
1-
# @asgardeo/mcp-node
2-
3-
## 0.0.4
4-
5-
### Patch Changes
6-
7-
- [#8](https://github.com/brionmario/mcp-node/pull/8)
8-
[`8dbe302`](https://github.com/brionmario/mcp-node/commit/8dbe30202ba186bebc2626195c421a9a369a2bb5) Thanks
9-
[@3nethz](https://github.com/3nethz)! - configure esbuild for Node.js environment with dual module support
10-
11-
## 0.0.3
12-
13-
### Patch Changes
14-
15-
- [#6](https://github.com/brionmario/mcp-node/pull/6)
16-
[`3e952c0`](https://github.com/brionmario/mcp-node/commit/3e952c0bfb9da069f2193621d963e76bb54873af) Thanks
17-
[@3nethz](https://github.com/3nethz)! - Fix endpoints to match the protocol, change error handling
18-
19-
## 0.0.2
20-
21-
### Patch Changes
22-
23-
- [`b214778`](https://github.com/brionmario/mcp-node/commit/b214778637b99242e6269f0c53ef1a9760030971) Thanks
24-
[@brionmario](https://github.com/brionmario)! - Initial Test Release 🎉

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": "@asgardeo/mcp-node",
3-
"version": "0.0.4",
3+
"version": "0.0.0",
44
"description": "Node.js core for enforcing Model Context Protocol (MCP) authorization using Asgardeo.",
55
"keywords": [
66
"asgardeo",

0 commit comments

Comments
 (0)