We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dae269 commit 95ca4fbCopy full SHA for 95ca4fb
Sources/SwiftMCPDemo/MCPCommand.swift
@@ -27,7 +27,7 @@ struct MCPCommand: ParsableCommand {
27
!input.isEmpty,
28
let data = input.data(using: .utf8)
29
{
30
- fputs("\(input)\n", stderr)
+ // fputs("\(input)\n", stderr)
31
32
let request = try JSONDecoder().decode(SwiftMCP.JSONRPCRequest.self, from: data)
33
0 commit comments