Skip to content

Commit 36245bb

Browse files
chore: added docc plugin
1 parent 0fa33e4 commit 36245bb

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

Package.resolved

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ let package = Package(
2626
targets: ["MCPConformanceClient"])
2727
],
2828
dependencies: [
29+
.package(url: "https://github.com/swiftlang/swift-docc-plugin", branch: "main"),
2930
.package(url: "https://github.com/apple/swift-system.git", from: "1.0.0"),
3031
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.0"),
3132
.package(url: "https://github.com/mattt/eventsource.git", from: "1.1.0"),

Sources/MCP/Client/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ public actor Client {
483483
/// A batch of requests.
484484
///
485485
/// Objects of this type are passed as an argument to the closure
486-
/// of the ``Client/withBatch(_:)`` method.
486+
/// of the ``Client/withBatch(body:)`` method.
487487
public actor Batch {
488488
unowned let client: Client
489489
var requests: [AnyRequest] = []

0 commit comments

Comments
 (0)