Skip to content

Commit 74b828d

Browse files
Merge pull request #13 from asgardeo/pavinduLakshan-patch-3
2 parents c7612d4 + 022135c commit 74b828d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
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",
8-
"homepage": "https://github.com/asgardeo/mcp-express#readme",
8+
"homepage": "https://github.com/asgardeo/mcp-auth-javascript#readme",
99
"bugs": {
10-
"url": "https://github.com/asgardeo/mcp-express/issues"
10+
"url": "https://github.com/asgardeo/mcp-auth-javascript/issues"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/asgardeo/mcp-express"
14+
"url": "https://github.com/asgardeo/mcp-auth-javascript"
1515
},
1616
"keywords": [
1717
"asgardeo",

packages/mcp-express/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"mcp-auth",
1111
"authorization"
1212
],
13-
"homepage": "https://github.com/asgardeo/mcp-express/tree/main/packages/mcp-express#readme",
13+
"homepage": "https://github.com/asgardeo/mcp-auth-javascript/tree/main/packages/mcp-express#readme",
1414
"bugs": {
15-
"url": "https://github.com/asgardeo/mcp-express/issues"
15+
"url": "https://github.com/asgardeo/mcp-auth-javascript/issues"
1616
},
1717
"author": "WSO2",
1818
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
3131
"types": "dist/index.d.ts",
3232
"repository": {
3333
"type": "git",
34-
"url": "https://github.com/asgardeo/mcp-express",
34+
"url": "https://github.com/asgardeo/mcp-auth-javascript",
3535
"directory": "packages/mcp-express"
3636
},
3737
"scripts": {

packages/mcp-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"authorization",
1212
"core"
1313
],
14-
"homepage": "https://github.com/asgardeo/mcp-node/tree/main/packages/mcp-node#readme",
14+
"homepage": "https://github.com/asgardeo/mcp-auth-javascript/tree/main/packages/mcp-node#readme",
1515
"bugs": {
16-
"url": "https://github.com/asgardeo/mcp-node/issues"
16+
"url": "https://github.com/asgardeo/mcp-auth-javascript/issues"
1717
},
1818
"author": "WSO2",
1919
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
3232
"types": "dist/index.d.ts",
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/asgardeo/mcp-node",
35+
"url": "https://github.com/asgardeo/mcp-auth-javascript",
3636
"directory": "packages/mcp-node"
3737
},
3838
"scripts": {

0 commit comments

Comments
 (0)