Skip to content

Commit 32f6eb9

Browse files
committed
Push and return seems fine
1 parent bf78f1a commit 32f6eb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/exp_mcp.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,6 @@ func (s *mcpServer) startServer(ctx context.Context, inv *serpent.Invocation, in
653653
// Add tool dependencies.
654654
toolOpts := []func(*toolsdk.Deps){
655655
toolsdk.WithTaskReporter(func(args toolsdk.ReportTaskArgs) error {
656-
// TODO: Is it OK to just push and return or should we wait for it to
657-
// actually get disatched to return any request errors?
658656
return s.queue.Push(reportTask{
659657
link: args.Link,
660658
selfReported: true,

0 commit comments

Comments
 (0)