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
[](https://discord.gg/wso2)
27
27
[](https://twitter.com/intent/follow?screen_name=Asgardeo)
28
28
29
-
## Quickstart
30
-
31
-
For Express.js applications, we recommend using the @asgardeo/mcp-express package.
29
+
## Overview
32
30
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.
|[](./packages/mcp-express/)| Express middleware for enforcing MCP authorization using Asgardeo. |
41
-
|[](./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)**[](./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.|
53
39
54
40
For detailed installation and usage instructions for each package, please refer to the README file within its respective
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!
61
46
62
47
### Reporting issues
63
48
@@ -66,7 +51,7 @@ We encourage you to report issues, improvements, and feature requests by creatin
66
51
67
52
**Important**: Please be advised that security issues **MUST** be reported to
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