Skip to content

Commit db67bb9

Browse files
committed
Add prerequisites section to README for building the extension
1 parent a76dc36 commit db67bb9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ For more information about the protocol visit: [modelcontextprotocol.io](https:/
2121

2222
## Installation
2323

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+
2431
### Building the Extension
2532

2633
1. **Clone the Repository**: Obtain the source code for the MCP Server Extension.

0 commit comments

Comments
 (0)