Skip to content

Commit 5e1b1db

Browse files
Update README.md
1 parent 6f0a72c commit 5e1b1db

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

README.md

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,45 @@
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/asgardeo-mcp-javascript/actions/workflows/release.yml"><img src="https://github.com/asgardeo/asgardeo-mcp-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.
32-
33-
To get started quickly with Express.js, please refer to the [README.md](./packages/mcp-express/README.md) for
34-
mcp-express.
35-
36-
## Packages
37-
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-
4329
## Overview
4430

4531
The Model Context Protocol (MCP) is designed to provide a standardized way for applications to convey contextual
4632
information relevant to authorization decisions. These SDKs facilitate the integration of MCP with Asgardeo in Node.js
4733
applications.
4834

49-
- **MCP Express (@asgardeo/mcp-express)**: Middleware specifically tailored for Express.js applications to seamlessly
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
5036
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.
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.
5338

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

5742
## Contribute
5843

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!
44+
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!
6145

6246
### Reporting issues
6347

0 commit comments

Comments
 (0)