Skip to content

Commit c7904ad

Browse files
committed
Push and return seems fine
1 parent 4540665 commit c7904ad

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
@@ -651,8 +651,6 @@ func (s *mcpServer) startServer(ctx context.Context, inv *serpent.Invocation, in
651651
// Add tool dependencies.
652652
toolOpts := []func(*toolsdk.Deps){
653653
toolsdk.WithTaskReporter(func(args toolsdk.ReportTaskArgs) error {
654-
// TODO: Is it OK to just push and return or should we wait for it to
655-
// actually get disatched to return any request errors?
656654
return s.queue.Push(reportTask{
657655
link: args.Link,
658656
selfReported: true,

0 commit comments

Comments
 (0)