Skip to content

Commit 6e75a2b

Browse files
committed
remove debug log
1 parent 9d20d89 commit 6e75a2b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/everything/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"flag"
66
"fmt"
77
"log"
8-
"os"
98
"time"
109

1110
"github.com/mark3labs/mcp-go/mcp"
@@ -353,7 +352,6 @@ func (s *MCPServer) handleLongRunningOperationTool(
353352
request mcp.CallToolRequest,
354353
) (*mcp.CallToolResult, error) {
355354
arguments := request.Params.Arguments
356-
fmt.Fprintln(os.Stderr, request)
357355
progressToken := request.Params.Meta.ProgressToken
358356
duration, _ := arguments["duration"].(float64)
359357
steps, _ := arguments["steps"].(float64)

0 commit comments

Comments
 (0)