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
+6-32Lines changed: 6 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,12 @@ This repository contains the source code for Node.js SDKs that help you enforce
25
25
[](https://discord.gg/wso2)
26
26
[](https://twitter.com/intent/follow?screen_name=Asgardeo)
27
27
28
+
## Quickstart
29
+
30
+
For Express.js applications, we recommend using the @brionmario-experimental/mcp-express package.
31
+
32
+
To get started quickly with Express.js, please refer to the [README.md](./packages/mcp-express/README.md) for mcp-express.
33
+
28
34
## Packages
29
35
30
36
| Package | Description |
@@ -43,38 +49,6 @@ The Model Context Protocol (MCP) is designed to provide a standardized way for a
43
49
44
50
For detailed installation and usage instructions for each package, please refer to the README file within its respective directory (e.g., `packages/mcp-express/README.md`).
45
51
46
-
## Prerequisites
47
-
48
-
Before you begin, ensure you have the following prerequisites installed:
49
-
- Node.js `16.x` or later
50
-
- pnpm `8.x` or later (or your preferred package manager like npm/yarn, though pnpm is often used in monorepos)
0 commit comments