You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,14 @@ authorization using Asgardeo. If you have any questions, please reach out to us
28
28
29
29
## Overview
30
30
31
-
The Model Context Protocol (MCP) is designed to provide a standardized way for applications to convey contextual
32
-
information relevant to authorization decisions. These SDKs facilitate the integration of MCP with Asgardeo in Node.js
33
-
applications.
31
+
The Model Context Protocol (MCP) is designed to provide a standardized way for applications to convey contextual information relevant to authorization decisions. These SDKs facilitate the integration of Asgardeo with MCP in JavaScript applications.
34
32
35
-
-**MCP Express (@asgardeo/mcp-express)**[](./packages/mcp-express/): Middleware specifically tailored for Express.js applications to seamlessly
36
-
integrate MCP-based authorization.
37
-
-**MCP Node (@asgardeo/mcp-node)**[](./packages/mcp-node/): Core functionalities and utilities for MCP, which can be used in various Node.js environments. The Express middleware may utilize or depend on this core package.
33
+
## Packages
34
+
35
+
| name | description |
36
+
| ------ | ------- |
37
+
|**MCP Express (@asgardeo/mcp-express)**[](./packages/mcp-express/)| Middleware specifically tailored for Express.js applications to seamlessly integrate MCP-based authorization. |
38
+
|**MCP Node (@asgardeo/mcp-node)**[](./packages/mcp-node/)| Core functionalities and utilities for MCP, which can be used in various Node.js environments. The Express middleware may utilize or depend on this core package.|
38
39
39
40
For detailed installation and usage instructions for each package, please refer to the README file within its respective
@@ -50,7 +51,7 @@ We encourage you to report issues, improvements, and feature requests by creatin
50
51
51
52
**Important**: Please be advised that security issues **MUST** be reported to
52
53
<ahref="mailto:security@wso2.com">security@wso2.com</a>, not as GitHub issues, in order to reach the proper audience.
53
-
We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting security issues.
54
+
We strongly advise following the [WSO2 Security Vulnerability Reporting Guidelines](https://security.docs.wso2.com/en/latest/security-reporting/vulnerability-reporting-guidelines/) when reporting security issues.
0 commit comments