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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,13 @@ For more information about the protocol visit: [modelcontextprotocol.io](https:/
21
21
22
22
## Installation
23
23
24
+
### Prerequisites
25
+
26
+
Ensure that the following prerequisites are met before building and installing the extension:
27
+
28
+
1.**Java**: Java must be installed and available in your system's PATH. You can verify this by running `java --version` in your terminal.
29
+
2.**jar Command**: The `jar` command must be executable and available in your system's PATH. You can verify this by running `jar --version` in your terminal. This is required for building and installing the extension.
30
+
24
31
### Building the Extension
25
32
26
33
1.**Clone the Repository**: Obtain the source code for the MCP Server Extension.
0 commit comments