From 6d390a91f936dcf9fa81a42af8d7b5a003836cbf Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Wed, 26 Feb 2025 19:03:32 +0100 Subject: [PATCH] Update README with Maven wrapper commands and test prerequisites Resolves #20 Signed-off-by: Christian Tzolov --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2157b7da..caa6bf0c 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,15 @@ For comprehensive guides and SDK API documentation, visit the [MCP Java SDK Refe ### Building from Source ```bash -mvn clean install +./mvnw clean install -DskipTests ``` ### Running Tests +To run the tests you have to pre-install `Docker` and `npx`. + ```bash -mvn test +./mvnw test ``` ## Contributing