We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fa614 commit a98a5d7Copy full SHA for a98a5d7
1 file changed
Sources/MCP/Server/Tools.swift
@@ -85,7 +85,7 @@ public struct Tool: Hashable, Codable, Sendable {
85
/// Initialize a tool with a name, description, input schema, and annotations
86
public init(
87
name: String,
88
- description: String,
+ description: String?,
89
inputSchema: Value,
90
annotations: Annotations = nil
91
) {
0 commit comments