Skip to content

Commit 95ca4fb

Browse files
committed
removed debug log
1 parent 9dae269 commit 95ca4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftMCPDemo/MCPCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct MCPCommand: ParsableCommand {
2727
!input.isEmpty,
2828
let data = input.data(using: .utf8)
2929
{
30-
fputs("\(input)\n", stderr)
30+
// fputs("\(input)\n", stderr)
3131

3232
let request = try JSONDecoder().decode(SwiftMCP.JSONRPCRequest.self, from: data)
3333

0 commit comments

Comments
 (0)