Add task summary

This commit is contained in:
Ian Gulliver
2025-07-11 21:14:33 -07:00
parent 0606b2bc7d
commit d413fe7c1c
3 changed files with 37 additions and 2 deletions

2
mcp.go
View File

@@ -147,4 +147,4 @@ func handleSetTaskFailure(s *Service, ctx context.Context, args setTaskFailureAr
}
return response, nil
}
}