Skip to content

Commit edcd20a

Browse files
Merge pull request #6 from asgardeo/pavinduLakshan-patch-1
2 parents 6f0a72c + ded67d7 commit edcd20a

File tree

1 file changed

+12
-27
lines changed

1 file changed

+12
-27
lines changed

README.md

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,46 @@
33
src="https://github.com/asgardeo/web-ui-sdks/assets/25959096/ae77b70c-6570-40b1-a723-719abd0f7d02" alt="Asgardeo Logo" height="40" width="auto"
44
>
55
<h1 align="center">
6-
Asgardeo MCP Node.js SDKs
6+
Asgardeo MCP JavaScript SDKs
77
</h1>
88
</p>
99
<p align="center" style="font-size: 1.2rem;">
10-
Node.js SDKs for implementing Model Context Protocol (MCP) authorization with <a href="https://wso2.com/asgardeo">Asgardeo</a>
10+
JavaScript SDKs for implementing Model Context Protocol (MCP) authorization with <a href="https://wso2.com/asgardeo">Asgardeo</a>
1111
</p>
1212

1313
<div align="center">
1414
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License"></a>
15-
<a href="https://github.com/asgardeo/asgardeo-mcp-node/actions/workflows/release.yml"><img src="https://github.com/asgardeo/asgardeo-mcp-node/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>
15+
<a href="https://github.com/asgardeo/mcp-auth-javascript/actions/workflows/release.yml"><img src="https://github.com/asgardeo/mcp-auth-javascript/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>
1616
<br>
1717
<br>
1818
</div>
1919

2020
<br>
2121

22-
This repository contains the source code for Node.js SDKs that help you enforce Model Context Protocol (MCP) based
22+
This repository contains the source code for JavaScript SDKs that help you enforce Model Context Protocol (MCP) based
2323
authorization using Asgardeo. If you have any questions, please reach out to us through one of the following channels:
2424

2525
[![Stackoverflow](https://img.shields.io/badge/Ask%20for%20help%20on-Stackoverflow-orange)](https://stackoverflow.com/questions/tagged/wso2is+asgardeo+mcp)
2626
[![Join the chat at https://discord.gg/wso2](https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg)](https://discord.gg/wso2)
2727
[![Follow Asgardeo on Twitter](https://img.shields.io/twitter/follow/Asgardeo?style=social&label=Follow%20Asgardeo)](https://twitter.com/intent/follow?screen_name=Asgardeo)
2828

29-
## Quickstart
30-
31-
For Express.js applications, we recommend using the @asgardeo/mcp-express package.
29+
## Overview
3230

33-
To get started quickly with Express.js, please refer to the [README.md](./packages/mcp-express/README.md) for
34-
mcp-express.
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.
3532

3633
## Packages
3734

38-
| Package | Description |
39-
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
40-
| [![@asgardeo/mcp-express](https://img.shields.io/npm/v/@asgardeo/mcp-express?color=%234A90E2&label=%40asgardeo%2Fmcp-express&logo=express)](./packages/mcp-express/) | Express middleware for enforcing MCP authorization using Asgardeo. |
41-
| [![@asgardeo/mcp-node](https://img.shields.io/npm/v/@asgardeo/mcp-node?color=%23339933&label=%40asgardeo%2Fmcp-node&logo=nodedotjs)](./packages/mcp-node/) (Placeholder) | Core Node.js utilities for Model Context Protocol (MCP) integration with Asgardeo. |
42-
43-
## Overview
44-
45-
The Model Context Protocol (MCP) is designed to provide a standardized way for applications to convey contextual
46-
information relevant to authorization decisions. These SDKs facilitate the integration of MCP with Asgardeo in Node.js
47-
applications.
48-
49-
- **MCP Express (@asgardeo/mcp-express)**: Middleware specifically tailored for Express.js applications to seamlessly
50-
integrate MCP-based authorization.
51-
- **MCP Node (@asgardeo/mcp-node)**: Core functionalities and utilities for MCP, which can be used in various Node.js
52-
environments. The Express middleware may utilize or depend on this core package.
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.|
5339

5440
For detailed installation and usage instructions for each package, please refer to the README file within its respective
5541
directory (e.g., `packages/mcp-express/README.md`).
5642

5743
## Contribute
5844

59-
Please read our [Contributing Guide](./CONTRIBUTING.md) for details on our code of conduct, and the process for
60-
submitting pull requests to us. We highly value your contributions and support!
45+
Please read our [Contributing Guide](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us. We highly value your contributions and support!
6146

6247
### Reporting issues
6348

@@ -66,7 +51,7 @@ We encourage you to report issues, improvements, and feature requests by creatin
6651

6752
**Important**: Please be advised that security issues **MUST** be reported to
6853
<a href="mailto:[email protected]">[email protected]</a>, not as GitHub issues, in order to reach the proper audience.
69-
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.
7055

7156
## License
7257

0 commit comments

Comments
 (0)