We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2a46c commit 7496071Copy full SHA for 7496071
Package.swift
@@ -7,7 +7,11 @@ let package = Package(
7
name: "mcp-swift-sdk",
8
platforms: [
9
.macOS("13.0"),
10
+ .macCatalyst("16.0"),
11
.iOS("16.0"),
12
+ .watchOS("9.0"),
13
+ .tvOS("16.0"),
14
+ .visionOS("1.0"),
15
],
16
products: [
17
// Products define the executables and libraries a package produces, making them visible to other packages.
0 commit comments