From ca552ecebe04bac2543bdf720665fce584bc9e62 Mon Sep 17 00:00:00 2001 From: Guillaume Sabran Date: Sat, 28 Dec 2024 13:20:02 -0800 Subject: [PATCH] Update README.md (#7) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45d1746..14a2c4a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The Model Context Protocol allows applications to provide context for LLMs in a Add the dependency to your package: ```swift dependencies: [ - .package(url: "https://github.com/gsabran/mcp-swift-sdk", from: "0.0.1") + .package(url: "https://github.com/gsabran/mcp-swift-sdk", from: "0.2.0") ] ``` And then add the product that you need to all targets that use the dependency: