Skip to content

Commit ded67d7

Browse files
Update README.md
1 parent 6d4a17d commit ded67d7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ authorization using Asgardeo. If you have any questions, please reach out to us
2828

2929
## Overview
3030

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.
3432

35-
- **MCP Express (@asgardeo/mcp-express)** [![@asgardeo/mcp-express](https://img.shields.io/npm/v/@asgardeo/mcp-express?color=%234A90E2&label=%40asgardeo%2Fmcp-express&logo=express)](./packages/mcp-express/): Middleware specifically tailored for Express.js applications to seamlessly
36-
integrate MCP-based authorization.
37-
- **MCP Node (@asgardeo/mcp-node)** [![@asgardeo/mcp-node](https://img.shields.io/npm/v/@asgardeo/mcp-node?color=%23339933&label=%40asgardeo%2Fmcp-node&logo=nodedotjs)](./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)** [![@asgardeo/mcp-express](https://img.shields.io/npm/v/@asgardeo/mcp-express?color=%234A90E2&label=%40asgardeo%2Fmcp-express&logo=express)](./packages/mcp-express/) | Middleware specifically tailored for Express.js applications to seamlessly integrate MCP-based authorization. |
38+
| **MCP Node (@asgardeo/mcp-node)** [![@asgardeo/mcp-node](https://img.shields.io/npm/v/@asgardeo/mcp-node?color=%23339933&label=%40asgardeo%2Fmcp-node&logo=nodedotjs)](./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.|
3839

3940
For detailed installation and usage instructions for each package, please refer to the README file within its respective
4041
directory (e.g., `packages/mcp-express/README.md`).
@@ -50,7 +51,7 @@ We encourage you to report issues, improvements, and feature requests by creatin
5051

5152
**Important**: Please be advised that security issues **MUST** be reported to
5253
<a href="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.
5455

5556
## License
5657

0 commit comments

Comments
 (0)