Skip to content

Commit

Permalink
nit: fix url in readme (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Gui Sabran <[email protected]>
  • Loading branch information
gsabran and Gui Sabran authored Dec 18, 2024
1 parent cb57bcb commit 77bcfea
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,19 @@ The Model Context Protocol allows applications to provide context for LLMs in a

## Installation

<br> In Xcode, add MCPClient with: `File``Add Package Dependencies…` and input the package URL:

> `https://github.com/gsabran/mpc-swift-sdk`
Or, for SPM-based projects, add it to your package dependencies:
- Xcode: `File → Add Package Dependencies…` and input the package URL `https://github.com/gsabran/mcp-swift-sdk`

- SPM-based projects:
Add the dependency to your package:
```swift
dependencies: [
.package(url: "https://github.com/gsabran/mcp-swift-sdk", from: "0.0.1")
]
```

And then add the product to all targets that use the rependency:

```swift
.product(name: "MCPClient", package: "mcp-swift-sdk"),
```
```
And then add the product to all targets that use the dependency:
```swift
.product(name: "MCPClient", package: "mcp-swift-sdk"),
```

## Quick Start

Expand Down

0 comments on commit 77bcfea

Please sign in to comment.